提交时间:2024-01-30 20:41:05

运行 ID: 39207

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