Problem hungrycats2
User TK
Submission Time 2026-05-17 21:31:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:13:22: error: expected ‘;’ before ‘}’ token
13 | cin >> happy_cat[i]
| ^
| ;
14 | }
| ~
hungrycats2.cpp:15:42: error: expected ‘;’ before ‘possible’
15 | sort(happy_cat.begin(), happy_cat.end())
| ^
| ;
16 | possible = true
| ~~~~~~~~
hungrycats2.cpp:21:2: error: ‘else’ without a previous ‘if’
21 | else if(cats==2) {
| ^~~~
hungrycats2.cpp:22:6: error: expected ‘(’ before ‘happy_cat’
22 | if happy_cat[1] - happy_cat[0] < 1{
| ^~~~~~~~~
| (
hungrycats2.cpp:28:4: error: ‘possible’ was not declared in this scope
28 | possible = false
| ^~~~~~~~
hungrycats2.cpp:32:5: error: