Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
330945 路明泽 【C1-4】成绩 C++ 编译错误 0 0 MS 0 KB 196 2025-07-11 12:59:19

Tests(0/0):


#include <stdio.h> int main() { int a, b, c; scanf("%d %d %d", &a, &b, &c); int total = a * 0.2 + b * 0.3 + c * 0.5 + 0.5; // 四舍五入 printf("%d\n", total); return 0; }


测评信息: