#include<bits/stdc++.h> using namespace std; int main(){ itn a,b; cin>>a>>b; cout>>a+b; return 0; }
CE了,为啥啊(本人才刚学C++半节课,这是老师留的题目,这个号是我借别人的,因为我没有手机)