| Problem | competition |
|---|---|
| User | ghx312 |
| Submission Time | 2026-02-21 08:48:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:27:13: error: expected ‘}’ before ‘else’
27 | else{
| ^~~~
competition.cpp:24:57: note: to match this ‘{’
24 | else if (scores[i].second > scores[i].first){
| ^
competition.cpp: At global scope:
competition.cpp:62:1: error: expected declaration before ‘}’ token
62 | }
| ^