Run ID:111146
提交时间:2025-03-01 00:00:01
#include<iostream> using namespace std; int main(){ cout<<123<<endl<<456; return 0; }