#include <iostream> #include <stdlib.h> using namespace std; int main() { cout<<"Hello World!"<<endl; system("pause"); return 0; }
#include <iostream> #include <stdlib.h> using namespace std; int main() { cout<<"Hello World!"<<endl; system("pause"); return 0; }
0 意見