| Problem | competition |
|---|---|
| User | Daembt |
| Submission Time | 2026-04-08 17:53:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:14:34: error: expected ‘;’ before ‘for’
14 | sort(vec.rbegin(),vec.rend())
| ^
| ;
15 | for (int o = 0; o < p; o++){
| ~~~
competition.cpp:15:21: error: ‘o’ was not declared in this scope
15 | for (int o = 0; o < p; o++){
| ^