Run ID:112929

提交时间:2025-03-14 20:28:01

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