运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
622190 lemuria 1005 - 球的体积和表面积 编译错误 0 0 MS 0 KB C 180 3个月前
暂时无法获取本题测试点详情。

Main.c: In function 'main':
Main.c:9:13: error: 'M_PI' undeclared (first use in this function)
9 | v=4*M_PI*r*r*r/3;
| ^~~~
Main.c:9:13: note: each undeclared identifier is reported only once for each function it appears in