提交时间:2023-01-29 09:20:19

运行 ID: 6699

#include<iostream> using namespace std; int main() { cout << "Hello World!"; return 0; }