Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
149957 李吴凡 02计算(a+b)/c Python3 Wrong Answer 44 MS 3760 KB 57 2026-03-21 14:50:57

Tests(0/10):


Code:

a, b, c = map(int, input().split()) print((a + b) / c)


Run Info:

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