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