Problem stepgame
User beefburger
Submission Time 2026-02-18 22:14:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stepgame.cpp: In function ‘int main()’:
stepgame.cpp:16:5: error: expected ‘(’ before ‘num’
16 | if num[0] > 0;
| ^~~
| (
stepgame.cpp:21:2: error: ‘co’ was not declared in this scope; did you mean ‘cos’?
21 | co = num[0];
| ^~
| cos