Run ID:112936
提交时间:2025-03-14 20:30:23
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ a=1; b=2; cout<<a+b; return 0; }