Run ID:104343
提交时间:2025-01-04 20:22:58
#include<iostream> using namespace std; int main(){ cout<<123<<endl; cout<<456; return 0; }