Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:7:25: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'double*' [-Wformat=] scanf("%ld %ld", &L, &d); ^ /in/foo.cc:7:25: warning: format '%ld' expects argument of type 'long int*', but argument 3 has type 'double*' [-Wformat=] /in/foo.cc:9:33: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'double' [-Wformat=] printf("%.6ld", 1 + log(L / d)); ^
信息
- 递交者
- 类型
- 自测
- 题目
- P2057 百奇(一)
- 语言
- C++
- 递交时间
- 2024-03-03 19:24:31
- 评测时间
- 2024-03-03 19:24:31
- 评测机
- 分数
- 0
- 总耗时
- 4ms
- 峰值内存
- 400.0 KiB