运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
644959 | SA11 | 1025 - 国王的许诺 | 编译错误 | 0 | 0 MS | 0 KB | C | 216 | 10天前 |
Main.c: In function 'main':
Main.c:10:31: error: expected ')' before 'e8'
10 | printf("%ld
",sum/((1.42)e8));
| ~ ^~
| )
Main.c:10:15: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'double' [-Wformat=]
10 | printf("%ld
",sum/((1.42)e8));
| ~~^ ~~~~~~~~~~~~~
| | |
| | double
| long int
| %f