D
#include <iostream>
using namespace std;
int main() {
cout << "Hello Shanxi and XCPC!" << endl;
return 0;
}
hello world;无需解释

#include <iostream>
using namespace std;
int main() {
cout << "Hello Shanxi and XCPC!" << endl;
return 0;
}
hello world;无需解释