运行 ID: 127199

Main.cc: In function ‘int mian()’:
Main.cc:8:14: error: ‘a’ was not declared in this scope
         cin>>a[i];
              ^
Main.cc:10:10: error: ‘a’ was not declared in this scope
     sort(a+1,a+n+1);
          ^