运行 ID: 82622

Main.cc: In function ‘int main()’:
Main.cc:10:5: error: ‘sort’ was not declared in this scope
     sort(a,a+n);
     ^~~~
Main.cc:10:5: note: suggested alternative: ‘qsort’
     sort(a,a+n);
     ^~~~
     qsort