Problem card
User Kanish
Submission Time 2023-11-17 13:52:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:21:23: error: expected ‘}’ at end of input
21 | std::cin >> m >> k;
| ^
card.cpp:19:12: note: to match this ‘{’
19 | int main() {
| ^