Simple input test cases are not shown

Simple input test cases are not shown, even i agreed to deduct my points. may have a technical glitch, check it. I am not to pass 1 test case dont know why, can you look in my code

There’s a problem with your code involving data types. Take the inputs in a long data types because in the intermediate stage input squared is being calculated which may overflow, so better to use long in such situations. Apart from that, you code seems just fine to me.

Still not able to pass test case :0

even after taking as long also. and can you check why i am not able to unlock test cases even after agreement

Please share the link to your code