使用Dev-C++ 编写一个程序,输出Hello World
Hello World
#include<bits/stdc++.h> using namespace std; int main(){ cout << "Hello World!"; return 0; }
在下列比赛中:
test
2.8 模拟赛
使用您的 Genisis Online Judge 通用账户