Problem 3nplus1II
User xyxyxyxy
Submission Time 2023-03-16 15:36:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:20:22: error: expected ‘;’ before ‘break’
20 | blood = 1
| ^
| ;
21 | break;
| ~~~~~