Problem | competition |
---|---|
User | Hansjuaraosn |
Submission Time | 2024-09-12 11:11:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp:3:9: error: macro names must be identifiers
3 | #define <algorithm>
| ^
competition.cpp: In function ‘int main()’:
competition.cpp:29:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
29 | sort(y,y+n);
| ^~~~
| qsort
competition.cpp:30:5: error: ‘reverse’ was not declared in this scope
30 | reverse(y,y+n);
| ^~~~~~~