Run id: 3006

Main.cc:4:1: error: stray '\357' in program
 int n,temp=0;
 ^
Main.cc:4:1: error: stray '\274' in program
Main.cc:4:1: error: stray '\214' in program
Main.cc:4:9: error: expected initializer before 'temp'
 int n,temp=0;
         ^
Main.cc: In function 'int main()':
Main.cc:8:10: error: 'n' was not declared in this scope
     cin>>n;
          ^
Main.cc:12:29: error: 'temp' was not declared in this scope
             if(a[j]-a[i]<0) temp=(a[j]-a[i])*-1;
                             ^
Main.cc:13:18: error: 'temp' was not declared in this scope
             else temp=(a[j]-a[i])*-1;
                  ^
Main.cc:14:16: error: 'temp' was not declared in this scope
             if(temp<Min){
                ^