01.原题 代码: #include<iostream> using namespace std; int main() { cout<<"Hello, World!"<<endl; return 0; } 02.原题 代码: #include<iostream> #include<cstdio>