Problem devour
User 01100100
Submission Time 2025-02-19 17:29:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

devour.cpp: In function ‘integer main()’:
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(){
| ^