Problem | descsort |
---|---|
User | WHEE29alt |
Submission Time | 2024-06-19 09:39:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:2:9: error: ‘cin’ was not declared in this scope
2 | int n; cin >> n; int a[n];
| ^~~
descsort.cpp:6:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
6 | sort(a,a+n);
| ^~~~
| short
descsort.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << a[n-1-i] << " ";
| ^~~~