RT,教以下代码能过:
#include <iostream>//注意这里!!!! using namespace std; int a , b; main(){ scanf("%d%d" , &a , &b); printf("%d" , a + b); }
尤其注意头文件