| Problem | WA1 |
|---|---|
| User | Josh28acc2 |
| Submission Time | 2024-05-17 20:45:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
WA1.cpp:1:1: error: ‘n’ does not name a type
1 | n = int(input())
| ^
WA1.cpp:3:1: error: expected unqualified-id before ‘for’
3 | for i in range(n):
| ^~~