提交时间:2023-06-15 20:18:04
运行 ID: 20282
#include <iostream> int main(int argc, char** argv) { std::cout << "Hello world!\n"; }