Problem blockrain
User JohnC
Submission Time 2025-12-29 16:43:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

blockrain.cpp: In function ‘int32_t main()’:
blockrain.cpp:28:33: error: expected ‘;’ before ‘}’ token
28 | if (h){filled[i] = max_element};
| ^
| ;
blockrain.cpp:29:3: error: ‘else’ without a previous ‘if’
29 | else{
| ^~~~