| Problem | card |
|---|---|
| User | JoelToh |
| Submission Time | 2026-02-13 15:59:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:26:19: error: expected ‘;’ before ‘to_string’
26 | cout << deck[k-1]to_string << " " << cout << deck[k]to_string << " " << cout << deck[k+1];
| ^~~~~~~~~
| ;