Problem card
User Johnnie
Submission Time 2023-06-18 09:27:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:43:22: error: expected ‘}’ at end of input
43 | cout << cards[k + 1];
| ^
card.cpp:4:1: note: to match this ‘{’
4 | {
| ^