| Problem | competition |
|---|---|
| User | dumbfounded47 |
| Submission Time | 2026-01-17 14:29:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:10:56: error: expected ‘;’ before ‘}’ token
10 | for (int i = 0; i < n; i++){cin >> P[i]; score += P[i]}
| ^
| ;