Run ID:89199
提交时间:2024-08-23 10:59:48
#include<bits/stdc++.h> using namespace std; int main(){ cout<<123<<endl<<456; return 0; }