Problem stepgame
User Elyssa278
Submission Time 2023-02-24 16:24:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stepgame.cpp:5:1: error: expected unqualified-id before ‘for’
5 | for (int a = 0; a < n; a++) {
| ^~~
stepgame.cpp:5:17: error: ‘a’ does not name a type
5 | for (int a = 0; a < n; a++) {
| ^
stepgame.cpp:5:24: error: ‘a’ does not name a type
5 | for (int a = 0; a < n; a++) {
| ^