Run ID:142657

提交时间:2026-01-11 15:01:32

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