提交时间:2023-07-13 12:32:01
运行 ID: 22742
#include<iostream> using namespace std; int main() { cout<<"hello world"; return 0; }