Problem cardtrick
User Kiameimon
Submission Time 2023-10-14 23:05:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cardtrick.cpp: In function ‘int main()’:
cardtrick.cpp:22:5: error: expected ‘}’ before ‘else’
22 | else{
| ^~~~
cardtrick.cpp:12:15: note: to match this ‘{’
12 | if(k == 1){ //edgecase. Just keep drawing and placing till you can't.
| ^