评测信息

运行ID: 49882
src.cpp:1:1: error: 'include' does not name a type
include<iostream>
^
src.cpp: In function 'int main()':
src.cpp:8:2: error: 'cin' was not declared in this scope
cin >> A >> B;
^
src.cpp:9:2: error: 'cout' was not declared in this scope
cout << A B;
^