| Problem | card |
|---|---|
| User | LimCheeHann |
| Submission Time | 2026-03-04 13:21:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:25:16: error: ‘currrent’ was not declared in this scope; did you mean ‘current’?
25 | cout << cards[currrent+k-1] << " " << cards[current+k] << " " << cards[current+k+1];
| ^~~~~~~~
| current