Run id: 105020

Main.cc: In function 'int main()':
Main.cc:10:20: error: expected ';' before 'K'
   for( k=1;k<=(n-1)K++){
                    ^
Main.cc:10:20: 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<