Run ID:144859
提交时间:2026-01-24 19:17:17
#include <iostream> using namespace std; int main(){ int a=123,b=456; cout<<a<<b<<endl; return 0; }