#include <bits/stdc++.h> using namespace std; int main() { cout<<"Hello World"; return 0; }
为什么WA呀?大佬求助