Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90322 乔仲熠 02计算(a+b)/c Python3 Wrong Answer 38 MS 3756 KB 70 2024-09-11 19:17:06

Tests(0/10):


Code:

g=input().split() a=int(g[0]) b=int(g[1]) c=int(g[2]) print(a+b)/c


Run Info:

------Input------
1901 131 1062
------Answer-----
1
------Your output-----
2032