Judge Information
Run ID: 32406
src.cpp: In function 'int main()':
src.cpp:4:1: error: 'ios_base' has not been declared
ios_base::sync_with_stdio(0); cin.tie; cout.tie(0);
^
src.cpp:4:31: error: 'cin' was not declared in this scope
ios_base::sync_with_stdio(0); cin.tie; cout.tie(0);
^
src.cpp:4:40: error: 'cout' was not declared in this scope
ios_base::sync_with_stdio(0); cin.tie; cout.tie(0);
^
src.cpp:5:28: error: 'stdin' was not declared in this scope
freopen ("UOSSO.INP", "r", stdin);
^
src.cpp:5:33: error: 'freopen' was not declared in this scope
freopen ("UOSSO.INP", "r", stdin);
^
src.cpp:6:28: error: 'stdout' was not declared in this scope
freopen ("UOCSO.OUT", "w", stdout);
^
src.cpp:27:1: error: expected '}' at end of input
}
^
src.cpp:4:1: error: 'ios_base' has not been declared
ios_base::sync_with_stdio(0); cin.tie; cout.tie(0);
^
src.cpp:4:31: error: 'cin' was not declared in this scope
ios_base::sync_with_stdio(0); cin.tie; cout.tie(0);
^
src.cpp:4:40: error: 'cout' was not declared in this scope
ios_base::sync_with_stdio(0); cin.tie; cout.tie(0);
^
src.cpp:5:28: error: 'stdin' was not declared in this scope
freopen ("UOSSO.INP", "r", stdin);
^
src.cpp:5:33: error: 'freopen' was not declared in this scope
freopen ("UOSSO.INP", "r", stdin);
^
src.cpp:6:28: error: 'stdout' was not declared in this scope
freopen ("UOCSO.OUT", "w", stdout);
^
src.cpp:27:1: error: expected '}' at end of input
}
^