Run ID:121087

提交时间:2025-06-06 19:14:43

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