Problem cardplacing
User tanyap2906
Submission Time 2025-12-29 12:55:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cardplacing.cpp: In function ‘int32_t main()’:
cardplacing.cpp:30:6: error: expected ‘(’ before ‘!’ token
30 | if !(a[0] == 0 && a[1] == n){
| ^
| (
cardplacing.cpp:33:3: error: ‘else’ without a previous ‘if’
33 | else{
| ^~~~