Run ID:104338

提交时间:2025-01-04 20:21:40

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