提交时间:2023-07-13 12:32:36

运行 ID: 22743

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