| Problem | card |
|---|---|
| User | ToiletBrIcker |
| Submission Time | 2024-10-23 07:30:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp:1:1: error: ‘n’ does not name a type
1 | n = int(input())
| ^
card.cpp:7:1: error: expected unqualified-id before ‘for’
7 | for ch in commands[:-1]:
| ^~~