Problem hungrycats2
User Ap3xthird515
Submission Time 2026-02-24 15:13:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:16:17: error: expected ‘)’ before ‘{’ token
16 | if(A[i]<A[i+1] {
| ~ ^~
| )
hungrycats2.cpp:20:2: error: expected primary-expression before ‘}’ token
20 | }
| ^