本题是进入编程的第一道题,欢迎学习编程
#include<iostream>
using namespace std;
int main() {
cout << "Hello World!";
return 0;
}
本题是进入编程的第一道题,欢迎学习编程
#include<iostream>
using namespace std;
int main() {
cout << "Hello World!";
return 0;
}