Problem sort
User huyleisme
Submission Time 2024-01-29 20:25:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:9:5: error: ‘temp’ was not declared in this scope
9 | temp = a[i];
| ^~~~
sort.cpp:17:11: error: ‘arr’ was not declared in this scope
17 | cout << arr[i] << " ";
| ^~~