大佬们看一看这个代码为什么一直 CE
int main(){ int a,b; cout<<"Input a,b:"<<endl; cin>>a>>b; cout<<"a+b="<<a+b; return 0; }