Run ID:131591
提交时间:2025-09-28 18:38:05
#include <iostream> #include<cstdio> using namespace std; int main(){ cout<<"123"<<endl<<"456"; return 0; }