Problem | potatosalad |
---|---|
User | shawn |
Submission Time | 2024-04-06 11:53:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:7:14: error: ‘n’ was not declared in this scope
7 | long long a[n];
| ^
potatosalad.cpp:8:43: error: ‘a’ was not declared in this scope
8 | for (long long i = 0; i < N; i++) cin >> a[i];
| ^
potatosalad.cpp:9:7: error: ‘a’ was not declared in this scope
9 | sort(a, a+N);
| ^