Run ID:112905

提交时间:2025-03-14 20:23:32

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; a = 1; b = 2; cout<<1+2<<endl; return 0; }