Problem | NYSSW_easy |
---|---|
User | Fet |
Submission Time | 2024-12-10 17:56:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
NYSSW_easy.cpp: In function ‘int main()’:
NYSSW_easy.cpp:37:21: error: expected ‘;’ before ‘}’ token
37 | arr[j] += arr[j-1]
| ^
| ;
38 | }
| ~
NYSSW_easy.cpp:44:18: error: expected ‘;’ before ‘for’
44 | X += arr[L - 1]
| ^
| ;
45 | for (int j = L ; j <= R; j++) {
| ~~~
NYSSW_easy.cpp:45:20: error: ‘j’ was not declared in this scope
45 | for (int j = L ; j <= R; j++) {
| ^