Problem | descsort |
---|---|
User | CheesyPasta777 |
Submission Time | 2025-03-10 17:10:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:9:3: error: expected initializer before ‘for’
9 | for (int i=0 ;i<n;; i++){
| ^~~
descsort.cpp:9:17: error: ‘i’ was not declared in this scope
9 | for (int i=0 ;i<n;; i++){
| ^
descsort.cpp:11:3: error: expected ‘}’ at end of input
11 | for
| ^~~
descsort.cpp:5:1: note: to match this ‘{’
5 | {
| ^