Run ID:139282
提交时间:2025-12-06 12:00:32
#include<iostream> using namespace std; int main() { int a=123,b=456; cout<<a<<b; return 0; }