| Problem | dayum |
|---|---|
| User | akyy1713 |
| Submission Time | 2025-06-20 15:15:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:8:10: error: expected initializer before ‘v’
8 | int arr v[n];
| ^
dayum.cpp:9:9: error: ‘arr’ was not declared in this scope
9 | cin >> arr v[n];
| ^~~