提交时间:2024-02-01 10:02:40
运行 ID: 39361
#include<iostream> using namespace std; int main() { cout<<"hello world!"; return 0; }