#includeusing namespace std;
int main(){int a;int b;int c;
cin >> a >> b; c = a + b; cout << c; return 0;
}
需要把变量做初始化处理,你试试