| Problem | goodseq |
|---|---|
| User | ATHY |
| Submission Time | 2025-03-08 16:28:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goodseq.cpp: In function ‘int main()’:
goodseq.cpp:15:25: error: expected ‘;’ before ‘}’ token
15 | c+=(m.second-m.first)
| ^
| ;
16 | }
| ~
goodseq.cpp:18:15: error: expected ‘;’ before ‘}’ token
18 | c+=m.second
| ^
| ;
19 | }
| ~