Judge Information
Run ID: 9027
src.cpp:2:1: warning: missing terminating ' character
'#include<bits/stdc++.h>
^
src.cpp:2:1: error: missing terminating ' character
src.cpp: In function 'int main()':
src.cpp:6:29: error: 'stdin' was not declared in this scope
{freopen("TONGTICH.INP","r",stdin);
^
src.cpp:6:34: error: 'freopen' was not declared in this scope
{freopen("TONGTICH.INP","r",stdin);
^
src.cpp:7:28: error: 'stdout' was not declared in this scope
freopen("TONGTICH.OUT","w",stdout);
^
src.cpp:8:5: error: 'cin' was not declared in this scope
cin>>a>>b;
^
src.cpp:9:5: error: 'cout' was not declared in this scope
cout<<a*b<<endl<<a+b;
^
src.cpp:9:16: error: 'endl' was not declared in this scope
cout<<a*b<<endl<<a+b;
^
'#include<bits/stdc++.h>
^
src.cpp:2:1: error: missing terminating ' character
src.cpp: In function 'int main()':
src.cpp:6:29: error: 'stdin' was not declared in this scope
{freopen("TONGTICH.INP","r",stdin);
^
src.cpp:6:34: error: 'freopen' was not declared in this scope
{freopen("TONGTICH.INP","r",stdin);
^
src.cpp:7:28: error: 'stdout' was not declared in this scope
freopen("TONGTICH.OUT","w",stdout);
^
src.cpp:8:5: error: 'cin' was not declared in this scope
cin>>a>>b;
^
src.cpp:9:5: error: 'cout' was not declared in this scope
cout<<a*b<<endl<<a+b;
^
src.cpp:9:16: error: 'endl' was not declared in this scope
cout<<a*b<<endl<<a+b;
^