Problem | descsort |
---|---|
User | Tristyy |
Submission Time | 2024-06-19 09:54:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:7:2: error: ‘a’ was not declared in this scope
7 | a = arr[c]
| ^
descsort.cpp:7:6: error: ‘arr’ was not declared in this scope
7 | a = arr[c]
| ^~~
descsort.cpp:8:17: error: ‘i’ was not declared in this scope
8 | for (int i = 0;i < c;i++){
| ^