Run ID:104346

提交时间:2025-01-04 20:23:32

#include<iostream> using namespace std; int main(){ cout<<123<<endl<<456; return 0; }