Problem sort
User ToiletBrIcker
Submission Time 2024-06-19 11:45:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp:17:19: error: missing terminating ' character
17 | std::cout << arr;'
| ^
sort.cpp: In function ‘int main()’:
sort.cpp:16:20: error: ‘n’ was not declared in this scope
16 | std::sort(arr,arr+n,gangnumstyle)
| ^
sort.cpp:18:3: error: expected ‘}’ at end of input
18 | }
| ^
sort.cpp:10:11: note: to match this ‘{’
10 | int main(){
| ^