Run ID:95321

提交时间:2024-10-27 11:49:02

#include<bits/stdc++.h> using namespace std; int main(){ cout<<123<<endl<<456; return 0; }