Problem | devour |
---|---|
User | 01100100 |
Submission Time | 2025-02-19 17:29:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
devour.cpp: In function ‘integer main()’:
devour.cpp:10:9: error: ‘i’ was not declared in this scope
10 | for(i=n;i<n;i++){
| ^
devour.cpp:13:12: error: expected ‘;’ at end of input
13 | cout<<h[0]
| ~^
| ;
devour.cpp:13:11: error: expected ‘}’ at end of input
13 | cout<<h[0]
| ^
devour.cpp:6:15: note: to match this ‘{’
6 | integer main(){
| ^