| Problem | competition |
|---|---|
| User | Water |
| Submission Time | 2024-02-18 16:49:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:16:5: error: ‘i’ was not declared in this scope
16 | P[i] = j;
| ^
competition.cpp:22:5: error: ‘i’ was not declared in this scope
22 | B[i] = j;
| ^
competition.cpp:25:5: error: ‘i’ was not declared in this scope
25 | d[i] = B[i] - P[i];
| ^
competition.cpp:29:12: error: ‘i’ was not declared in this scope
29 | sum += d[i];
| ^