| Problem | gotoschool |
|---|---|
| User | tanyap2906 |
| Submission Time | 2025-07-20 23:09:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp:6:10: error: ‘x’ was not declared in this scope
6 | bool cmp(x,y){
| ^
gotoschool.cpp:6:12: error: ‘y’ was not declared in this scope
6 | bool cmp(x,y){
| ^
gotoschool.cpp:6:13: error: expression list treated as compound expression in initializer [-fpermissive]
6 | bool cmp(x,y){
| ^
In file included from /usr/include/c++/9/bits/stl_algobase.h:71,
from /usr/include/c++/9/bits/char_traits.h:39,
from /usr/include/c++/9/ios:40,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from gotoschool.cpp:1:
/usr/include/c++/9/bits/predefined_ops.h: In instantiation of ‘constexpr bool __gnu_cxx::__ops::_Iter_comp_iter<_Compare>::operator()(_Iterator1, _Iterator2) [with _Iterator1 = int*; _Iterator2 = int*; _Compare = bool]’:
/usr/include/c++/9/bits/stl_algo.h:81: