Problem cardplacing
User idontlikeboystrustme
Submission Time 2025-12-29 14:36:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cardplacing.cpp: In function ‘int main()’:
cardplacing.cpp:18:17: error: expected ‘;’ before ‘}’ token
18 | cout << "Bob"
| ^
| ;
19 | }
| ~