Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
330946 路明泽 【C1-4】成绩 C++ 通过 100 2 MS 188 KB 187 2025-07-11 12:59:57

Tests(2/2):


#include <stdio.h> int main() { int a, b, c; scanf("%d %d %d", &a, &b, &c); int total = (a * 2 + b * 3 + c * 5) / 10; printf("%d\n", total); return 0; }


测评信息: