Run ID:153163
提交时间:2026-05-10 11:07:07
#include<bits/stdc++.h> using namespace std; int main() { int a=123; int b=456; cout<<a; cout<<b; return 0; }