Run ID:96222

提交时间:2024-11-03 13:51:33

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