Problem hungrycats2
User vadar2525
Submission Time 2026-04-01 19:54:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:36:2: error: expected ‘}’ before ‘else’
36 | else{
| ^~~~
hungrycats2.cpp:21:17: note: to match this ‘{’
21 | else if(n == 3){
| ^
hungrycats2.cpp:30:36: error: label ‘a’ used but not defined
30 | else if( c > a+1 and c > b+! and a != b){
| ^