RT,这玩意过了:
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<a+b; }
显然,我不知道这玩意为啥过了。
不应该输入过多RE吗?