本人:初学时用大号a+bproblem按照这个代码提交:
#include<iostream> using namespace std; int mian() { int a,b; cin>>a>>b; cout<<a+b<<endl; return 0; }
还不听,提交了30多遍(逃