| Problem | pandacity |
|---|---|
| User | ethanlinHoucheng |
| Submission Time | 2024-12-14 16:28:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pandacity.cpp: In function ‘void solution()’:
pandacity.cpp:26:25: error: expected ‘;’ before ‘cout’
26 | ans += arr[0]*(b-n-1)
| ^
| ;
27 | cout << ans;
| ~~~~