| Problem | javier_the_dungeon_newbie_ex |
|---|---|
| User | weccs |
| Submission Time | 2025-12-19 09:12:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
javier_the_dungeon_newbie_ex.cpp: In function ‘int main()’:
javier_the_dungeon_newbie_ex.cpp:13:18: error: expected ‘;’ before ‘long’
13 | cin >> n >> k
| ^
| ;
javier_the_dungeon_newbie_ex.cpp:19:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
19 | ans += loot[i];
| ^~~
| abs
javier_the_dungeon_newbie_ex.cpp:32:17: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
32 | cout << ans;
| ^~~
| abs
javier_the_dungeon_newbie_ex.cpp:38:17: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
38 | cout << ans;
| ^~~
| abs