Problem cardplacing
User Arjun
Submission Time 2025-12-29 14:59:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cardplacing.cpp: In function ‘int main()’:
cardplacing.cpp:57:25: error: expected ‘;’ before ‘if’
57 | sort(all(Alice))
| ^
| ;
58 | if(Alice[0] == Alice[1] + 1)
| ~~