Run ID:134597
提交时间:2025-10-29 18:05:09
#include<bits/stdc++.h> using namespace std; int main(){ cout<<123<<endl<<456; return 0; }