| Problem | cardplacing |
|---|---|
| User | lucas |
| Submission Time | 2025-12-29 12:33:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cardplacing.cpp: In function ‘int main()’:
cardplacing.cpp:34:35: error: expected ‘;’ before ‘}’ token
34 | bv.push_back(blist[i])
| ^
| ;
35 | }
| ~
cardplacing.cpp:41:22: error: expected ‘;’ before ‘}’ token
41 | cout << "Bob"
| ^
| ;
42 | }
| ~