| Problem | lvm |
|---|---|
| User | Xuran |
| Submission Time | 2023-04-21 15:21:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lvm.cpp: In function ‘int main()’:
lvm.cpp:12:22: error: ‘N’ was not declared in this scope
12 | for (int i = 0; i < N; i++) cin >> x[i];
| ^
lvm.cpp:13:22: error: ‘N’ was not declared in this scope
13 | for (int i = 0; i < N; i++) {
| ^