评测信息

运行ID: 42356
src.cpp:1:1: error: 'include' does not name a type
include<bits/stdc .h>
^
src.cpp: In function 'int main()':
src.cpp:7:5: error: 'cin' was not declared in this scope
cin>>a>>b;
^
src.cpp:8:5: error: 'cout' was not declared in this scope
cout<<a b<<endl;
^
src.cpp:8:16: error: 'endl' was not declared in this scope
cout<<a b<<endl;
^