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