| Problem | gotoschool |
|---|---|
| User | jiazethesigma |
| Submission Time | 2025-12-07 15:06:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:17:23: error: too few arguments to function ‘bool sortt(const int*, const int*)’
17 | sort(a, a + n, sortt());
| ^
gotoschool.cpp:3:6: note: declared here
3 | bool sortt(const int x[2],const int y[2])
| ^~~~~