Run ID:141220
提交时间:2025-12-21 15:16:35
#include<iostream> using namespace std; int main(){ int a=123; int b=456; cout<<a<<endl; cout<<b<<endl; }