Run ID:113363
提交时间:2025-03-15 18:03:07
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; a=1; b=1; c=a+b; cout<<c; return 0; }