提交时间:2023-01-08 21:23:35

运行 ID: 3519

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