运行 ID: 128508

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