Problem card
User Codemaker001
Submission Time 2025-02-14 14:18:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:12:27: error: expected ‘;’ before ‘}’ token
12 | cards.push_back(i)
| ^
| ;
13 | }
| ~