Run ID:91604

提交时间:2024-09-22 11:06:50

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