Problem differencearray
User lxmine
Submission Time 2026-05-16 10:38:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

differencearray.cpp: In function ‘int main()’:
differencearray.cpp:17:7: error: ‘i’ was not declared in this scope
17 | dif[i] += v;
| ^
differencearray.cpp:20:18: error: ‘m’ was not declared in this scope
20 | for (int i=1; i<m; i++){
| ^
differencearray.cpp:21:12: error: ‘a’ was not declared in this scope
21 | arr[i] = a[i-1] + dif[i];
| ^