| Problem | competition |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-11 10:49:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:13:13: error: invalid types ‘int[int]’ for array subscript
13 | cin >> b[i];
| ^
competition.cpp:18:3: error: ‘c’ was not declared in this scope
18 | c.push_back(x[i] - y[i]);
| ^
competition.cpp:22:12: error: ‘c’ was not declared in this scope
22 | total += c[i];
| ^