What is the problem with my code?

ques link - https://codeforces.com/problemset/problem/455/A
my code - https://ide.codingblocks.com/s/69830
I’m getting wrong answer on test case 12.
please see my code.

use long long int instead of int

1 Like

Thank you sir. It got accepted.