Run ID:121079
提交时间:2025-06-06 19:09:27
#include <iostream> using namespace std; int main(){ cout<<"123"<<"456"<<endl; return 0; }