Run ID:90682
提交时间:2024-09-16 12:24:56
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; a=1; cout<<a<<endl; b=2; cout<<b; return 0; }