Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
92115 | 陈子墨 | 02计算(a+b)/c | Python3 | Wrong Answer | 36 MS | 3756 KB | 96 | 2024-09-28 13:39:54 |
s=input().split() a=s[0] b=s[1] c=s[2] a=int(a) b=int(b) c=int(c) s=a s=b s=c print(s)
------Input------
1901 131 1062
------Answer-----
1
------Your output-----
1062