Run ID:133699
提交时间:2025-10-20 17:08:38
nclude<iostream> using namespace std; int main(){ cout<<123; cout<<endl; cout<<456;#i return 0; }