Run ID:112940

提交时间:2025-03-14 20:31:01

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