| Problem | swords | 
|---|---|
| User | Ded | 
| Submission Time | 2024-02-15 18:26:16 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 swords.cpp: In function ‘int main()’:
swords.cpp:32:42: error: expected ‘;’ before ‘}’ token
   32 |                 more.push_back(li[i + 1])
      |                                          ^
      |                                          ;
   33 | 
   34 |             }
      |             ~                             
swords.cpp:42:1: error: expected ‘}’ at end of input
   42 | }
      | ^
swords.cpp:7:12: note: to match this ‘{’
    7 | int main() {
      |            ^