Run ID:88116

提交时间:2024-08-17 16:10:22

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