Run ID:153173

提交时间:2026-05-10 11:13:46

#include<bits/stdc++.h> using namespace std; int main() { cout<<123; cout<<456<<endl; return 0; }