Run ID:90459
提交时间:2024-09-15 08:39:19
#include<iostream> using namespace std; int main(){ cout<<"123"<<endl; cout<<"456"; return 0; }