Run id: 105019

Main.cc: In function 'int main()':
Main.cc:10:23: error: expected ';' before 'K'
   for(int k=1;k<=(n-1)K++){
                       ^
Main.cc:10:23: error: 'K' was not declared in this scope
Main.cc:11:7: error: 'i' was not declared in this scope
       i--;
       ^
Main.cc:13:3: error: expected ';' before '}' token
   }
   ^
Main.cc:15:10: error: 'i' was not declared in this scope
    cout<