提交时间:2020-07-16 10:46:39

运行 ID: 1743

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