Run ID:141211

提交时间:2025-12-21 15:11:37

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