Problem | ccs |
---|---|
User | fanqie |
Submission Time | 2023-11-08 15:29:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:16:3: error: expected ‘,’ or ‘;’ before ‘cin’
16 | cin>>x;
| ^~~
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;
| ^
| ]