| Problem | sum2 |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-25 09:45:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:8:17: error: ‘N’ was not declared in this scope
8 | cin >> a >> N;
| ^
sum2.cpp:11:10: error: ‘X’ was not declared in this scope
11 | cin >> X[i];
| ^
sum2.cpp:19:17: error: ‘X’ was not declared in this scope
19 | int dist = X[i] - p;
| ^