Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91433 谭景年 05等差数列 Python3 Accepted 40 MS 3768 KB 88 2024-09-21 19:08:05

Tests(10/10):


Code:

s=input().split() b=int(s[1]) a=int(s[0]) c=int(s[2]) f=b-a n=b+(c-2)*f print(n)