This commit is contained in:
2022-05-13 21:38:39 +02:00
parent 80b482f52f
commit 5092b54225

3
faktor.py Normal file
View File

@@ -0,0 +1,3 @@
import sys
a, i = sys.stdin.readline().split(' ')
print(int(a) * (int(i) - 1) + 1)