| Problem | descsort |
|---|---|
| User | XY3491 |
| Submission Time | 2026-02-28 11:00:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:9:8: error: ‘a’ was not declared in this scope
9 | cin>>a[i];
| ^
descsort.cpp:13:3: error: ‘j’ was not declared in this scope
13 | j=0;
| ^
descsort.cpp:14:9: error: ‘a’ was not declared in this scope
14 | while(a[i]>a[j])
| ^
descsort.cpp:17:4: error: ‘c’ was not declared in this scope
17 | c=a[i];
| ^
descsort.cpp:21:4: error: ‘a’ was not declared in this scope
21 | a[k+1]=a[k];
| ^
descsort.cpp:22:9: error: ‘c’ was not declared in this scope
22 | a[j]=c;
| ^