Problem | hungrycats |
---|---|
User | LichX |
Submission Time | 2024-11-11 09:43:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hungrycats.cpp: In function ‘int main()’:
hungrycats.cpp:5:43: error: ‘True’ was not declared in this scope
5 | int n, pstve=0, ngtve=0, data, arr, flag=True;
| ^~~~
hungrycats.cpp:14:8: error: invalid types ‘int[int]’ for array subscript
14 | arr[i] = data
| ^
hungrycats.cpp:17:6: error: expected ‘(’ before ‘arr’
17 | if arr[i] < arr[i-1] {
| ^~~
| (