Problem card
User PrunJuice
Submission Time 2024-03-27 10:01:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:21:9: error: expected ‘}’ at end of input
21 | }
| ^
card.cpp:13:65: note: to match this ‘{’
13 | for (long long int i = 0; i < SequenceOfMoves.length(); i++){
| ^
card.cpp:21:9: error: expected ‘}’ at end of input
21 | }
| ^
card.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^