Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
403 郭** 足球联赛积分 Python3 通过 27 MS 3360 KB 67 2023-11-17 09:32:31

Tests(5/5):


x,y,z=map(int,input().split()) score=x*3+y*1 print(score)


测评信息: