洛谷的评测机坏了吧,为什么老是错误???
#include <iostream> #include <cstdio> using namespace std; int main() { int a,b; cin >> a >> b; cout << "A+B的和为" << a+b << endl; return 0; }