My logic is not start

@lokeshverma764,
https://ide.codingblocks.com/s/221340 corrected code.
Errors:

  1. add public to class name
  2. input format is wrong. you have n inputs, not 2 inputs.
  3. k/=k is wrong. You have to do k=k/10.

I have also highlighted the errors in the code