Judge Information

Run ID: 49991
src.cpp:2:1: error: 'string' does not name a type
string s;
^
src.cpp: In function 'int main()':
src.cpp:6:5: error: 'ios_base' has not been declared
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);{
^
src.cpp:6:34: error: 'cin' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);{
^
src.cpp:6:45: error: 'cout' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);{
^
src.cpp:7:27: error: 'stdin' was not declared in this scope
freopen("DOM.INP","r",stdin);
^
src.cpp:7:32: error: 'freopen' was not declared in this scope
freopen("DOM.INP","r",stdin);
^
src.cpp:8:27: error: 'stdout' was not declared in this scope
freopen("DOM.OUT","w",stdout);
^
src.cpp:9:17: error: 's' was not declared in this scope
getline(cin,s);
^
src.cpp:9:18: error: 'getline' was not declared in this scope
getline(cin,s);
^
src.cpp:11:11: error: 's' was not declared in this scope
for(i=s.size();i>=0;i--){
^
src.cpp:31:15: error: 's' was not declared in this scope
cout<<s;
^