Run ID:113701

提交时间:2025-03-16 13:01:15

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