运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
644873 SA11 1013 - π 值计算 编译错误 0 0 MS 0 KB C 231 11天前
暂时无法获取本题测试点详情。

Main.c: In function 'main':
Main.c:4:5: error: unknown type name 'flaot'; did you mean 'float'?
4 | flaot term=1,flag=1,sum=1;
| ^~~~~
| float
Main.c:6:11: warning: implicit declaration of function 'fab'; did you mean 'fabs'? [-Wimplicit-function-declaration]
6 | while(fab(term)>=1e-4){
| ^~~
| fabs
Main.c:11:14: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
11 | printf("%f",sum);
| ~^ ~~~
| | |
| | int
| double
| %d