@@ -0,0 +1,3 @@
import sys
a, i = sys.stdin.readline().split(' ')
print(int(a) * (int(i) - 1) + 1)
The note is not visible to the blocked user.