Run ID:102334

提交时间:2024-12-21 14:59:48

#include<iostream> using namespace std; int main() { int a,b; a=1,b=1; cout<<a+b<<endl; return 0; }