Problem ccs
User fanqie
Submission Time 2023-11-08 15:33:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:26:16: error: expected primary-expression before ‘==’ token
26 | if (arr[j[ == -1) temp=-1;
| ^~
ccs.cpp:26:21: error: expected ‘]’ before ‘)’ token
26 | if (arr[j[ == -1) temp=-1;
| ^
| ]
ccs.cpp:26:21: error: expected ‘]’ before ‘)’ token
26 | if (arr[j[ == -1) temp=-1;
| ^
| ]