提交时间:2024-02-15 22:17:47
运行 ID: 40648
#include<iostream> using namespace std; int main() { cout>>"Hello,World!"; return 0; }