| Problem | stepgame |
|---|---|
| User | Frosetrain |
| Submission Time | 2026-04-16 09:38:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
stepgame.cpp: In function ‘int32_t main()’:
stepgame.cpp:2:13: error: expected ‘,’ or ‘;’ before ‘long’
2 | #define int long long
| ^~~~
stepgame.cpp:8:3: note: in expansion of macro ‘int’
8 | int s = 0;
| ^~~
stepgame.cpp:13:5: error: ‘s’ was not declared in this scope
13 | s += a;
| ^