提交时间:2023-10-02 15:22:33

运行 ID: 27360

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