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

Compile Error

ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:21:10: error: expected ‘;’ before ‘arc’
21 | cin>>c
| ^
| ;
22 | arc[c]=0
| ~~~
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;
| ^
| ]