Run ID:133846
提交时间:2025-10-22 19:22:49
#include<iostream> //导入头文件 using namespace std; int main(){ cout<<123<<endl; cout<<456; return 0; }