Problem | sort |
---|---|
User | RandomPerson |
Submission Time | 2023-03-09 13:19:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:7:13: error: expected ‘;’ before ‘a’
7 | ll a[n]; cin a[i];
| ^~
| ;
sort.cpp:9:7: error: ‘a’ was not declared in this scope
9 | sort(a, a+n);
| ^