我在B2001用C++编的代码是这样的:```cpp
include using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a+b; cout<<c<<endl; return 0; }
我查过资料了,我的没有错,为什么一直是70分呢?