My logic is not start
@lokeshverma764,
https://ide.codingblocks.com/s/221340 corrected code.
Errors:
- add public to class name
- input format is wrong. you have n inputs, not 2 inputs.
- k/=k is wrong. You have to do k=k/10.
I have also highlighted the errors in the code