Run ID:104353

提交时间:2025-01-04 20:26:02

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