| Problem | card |
|---|---|
| User | YH |
| Submission Time | 2024-02-05 11:23:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:25:21: error: request for member ‘size’ in ‘cards’, which is of non-class type ‘int [(<anonymous> + 1)]’
25 | for (int a = cards.size(); a < m + steps.size(); a++) {
| ^~~~