运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
632114 冼城 1009 - 计算本金与利润之和 编译错误 0 0 MS 0 KB C 167 1个月前
暂时无法获取本题测试点详情。

Main.c: In function 'main':
Main.c:3:1: error: unknown type name 'doouble'; did you mean 'double'?
3 | doouble a;
| ^~~~~~~
| double
Main.c:5:14: warning: format '%lf' expects argument of type 'double *', but argument 2 has type 'int *' [-Wformat=]
5 | scanf("%lf%d%d",&a,&b,&c);
| ~~^ ~~
| | |
| | int *
| double *
| %d