#include using namespace std;int main(){ int a,b,sum; cin>>a>>b; sum=a+b; cout<<"a+b="<<sum<<endl; return 0; }我又来提问了,运行显示第一行出错了。拜托各位大佬们救救孩子吧。