Problem | sort |
---|---|
User | om2024 |
Submission Time | 2024-06-19 10:07:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:10:6: error: redeclaration of ‘int n’
10 | int n = sizeof(arr) / sizeof(arr[0]);
| ^
sort.cpp:5:6: note: ‘int n’ previously declared here
5 | int n; cin >> n;
| ^