Problem | goinghome_agc |
---|---|
User | Duk168 |
Submission Time | 2024-10-03 18:19:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goinghome_agc.cpp: In function ‘int main()’:
goinghome_agc.cpp:21:39: error: expected ‘;’ before ‘sum’
21 | a[l].second += a[r].second
| ^
| ;
22 | sum += d;
| ~~~