Run ID:104342
提交时间:2025-01-04 20:22:53
#include<iostream> using namespace std; int main(){ int a=123,b=456; cout<<a<<endl<<b; return 0; }