Hello World,编程梦的开始!!!
(万能头文件:#include <bits/stdc++.h>)
(启蒙头文件:#include )
然后输出
printf,cout都行
这题不难,所以AC代码丢这了!
#include <bits/stdc++.h> using namespace std; int main(){ cout << "Hello World"; }