| Problem | cardplacing |
|---|---|
| User | lucas |
| Submission Time | 2025-12-29 14:29:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cardplacing.cpp: In function ‘int main()’:
cardplacing.cpp:19:78: error: expected ‘;’ before ‘{’ token
19 | if ((alist[0] != 1 && alist[a-1] != n) && (alist[0] != 1 || alist[a-1] != n){
| ^
| ;
cardplacing.cpp:22:2: error: expected primary-expression before ‘else’
22 | else{
| ^~~~
cardplacing.cpp:21:3: error: expected ‘)’ before ‘else’
21 | }
| ^
| )
22 | else{
| ~~~~
cardplacing.cpp:19:5: note: to match this ‘(’
19 | if ((alist[0] != 1 && alist[a-1] != n) && (alist[0] != 1 || alist[a-1] != n){
| ^