A. 代码填空题1
代码填空题1
该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。
代码填空,实现输出hello的功能。
#include<__①___>
using namespace std;
int main(){
__②___<<"hello"<<endl;
return 0;
}
该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。
#include<__①___>
using namespace std;
int main(){
__②___<<"hello"<<endl;
return 0;
}