Run ID:3021
提交时间:2024-03-16 21:27:15
#include<iostream> using namespace std; int main(){ cout<<"123"<<endl<<"456"; return 0; }