提交时间:2024-09-16 18:18:01

运行 ID: 51008

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