Problem sort
User ilovepythonandhatecplusplus
Submission Time 2024-04-19 23:38:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
sort.cpp:17:37: note: to match this ‘{’
17 | for (unsigned long long i=0;i<n;i++){
| ^
sort.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
sort.cpp:7:11: note: to match this ‘{’
7 | int main(){
| ^