提交时间:2024-02-01 21:26:57
运行 ID: 39522
#include <iostream> using namespace std; int main(){ cout<<"hello,world!"; return 0; }