Run ID:138610

提交时间:2025-11-29 10:50:12

#include<iostream> using namespace std; int main() { int a,b; a=123; b=456; cout<<a<<endl<<b; return 0; }