8、填写以下程序,使其输出"Hello World!",横线处应填写
#include<iostream>
using namespace std;
int main() {
_____<< "Hello, world!" << endl;
return 0;
}(5 分)
A.cin
B.cout
C.std::cin
D.std::cout
8、填写以下程序,使其输出"Hello World!",横线处应填写
#include<iostream>
using namespace std;
int main() {
_____<< "Hello, world!" << endl;
return 0;
}(5 分)
A.cin
B.cout
C.std::cin
D.std::cout
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会