Run ID:112910

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

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