Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90473 王晨鑫 01梯形的面积 Python3 Accepted 44 MS 3724 KB 36 2024-09-15 10:39:57

Tests(1/1):


Code:

a=10 b=20 c=8 print((a+b)*c//2)