Problem stepgame
User AlphanumericUsername
Submission Time 2023-01-26 20:23:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stepgame.cpp: In function ‘int32_t main()’:
stepgame.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
stepgame.cpp:14:31: note: to match this ‘{’
14 | for (int i = 1; i < N; i++) { Pre[i] = Pre[i - 1] + A[i];
| ^
stepgame.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
stepgame.cpp:4:16: note: to match this ‘{’
4 | int32_t main() {
| ^