Run id: 136858

Main.cc: In function 'int main()':
Main.cc:5:7: error: 'n' was not declared in this scope
  cin>>n;
       ^
Main.cc:10:7: warning: unused variable 'temp' [-Wunused-variable]
   int temp; 
       ^
Main.cc:12:2: error: 'temp' was not declared in this scope
  temp=a[i]{
  ^
Main.cc:12:9: error: 'i' was not declared in this scope
  temp=a[i]{
         ^
Main.cc:4:13: warning: unused variable 'tem' [-Wunused-variable]
  int a[101],tem;
             ^
Main.cc:20:1: error: expected '}' at end of input
 }
 ^