Is Mirror Inverse Wrong

Code - https://ide.codingblocks.com/s/36086
Question - https://hack.codingblocks.com/contests/c/509/184
Working in sublime and cb ide but failing while submitting it.

It has been answered. Please don’t post same question multiple times.

first try to find the inverse of number and then compare it with the original one.

https://ide.codingblocks.com/s/37104

I have made changes in your code.
There was a small mistake in indexing.
Try this now.

1 Like

Thnank you bhaiya :sweat_smile: