Run id: 136725

Main.cc: In function 'int main()':
Main.cc:13:4: error: expected initializer before 'temp'
    temp=a[i];
    ^
Main.cc:15:12: error: 'temp' was not declared in this scope
   a[i+1] = temp;
            ^