| Problem | card |
|---|---|
| User | charliethetree |
| Submission Time | 2023-04-19 21:44:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:29:40: error: expected ‘;’ before ‘nums’
29 | cout << first << " " << second << " " nums.front();
| ^~~~~
| ;