Problem differencearray
User peepeepoop
Submission Time 2026-01-30 11:03:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

differencearray.cpp: In function ‘int main()’:
differencearray.cpp:15:15: error: expected ‘;’ before ‘}’ token
15 | diff[i] = x
| ^
| ;
16 | } else {
| ~
differencearray.cpp:23:10: error: ‘l’ was not declared in this scope
23 | cin >> l >> r >> v;
| ^
differencearray.cpp:23:15: error: ‘r’ was not declared in this scope
23 | cin >> l >> r >> v;
| ^
differencearray.cpp:23:20: error: ‘v’ was not declared in this scope
23 | cin >> l >> r >> v;
| ^