Problem | devour |
---|---|
User | 01100100 |
Submission Time | 2025-02-19 17:34:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
devour.cpp: In function ‘integer main()’:
devour.cpp:10:8: error: expected ‘;’ before ‘if’
10 | cin>>h
| ^
| ;
11 | if(h>n){
| ~~
devour.cpp:14:2: error: ‘else’ without a previous ‘if’
14 | else{
| ^~~~