提交时间:2023-09-23 18:48:04

运行 ID: 27007

#include<iostream> using namespace std; int main () { cout<<"hello world"; return 0; }