Wrong Answer
/in/foo.c: In function 'circularLeftShift': /in/foo.c:11:30: warning: implicit declaration of function 'pow' [-Wimplicit-function-declaration] return firstDigit * (int)pow(10, digitCount - 1) + num / 10; ^~~ /in/foo.c:11:30: warning: incompatible implicit declaration of built-in function 'pow' /in/foo.c:11:30: note: include '<math.h>' or provide a declaration of 'pow'
信息
- 递交者
- 类型
- 递交
- 题目
- 1-1 数字循环左移
- 比赛
- 2024程序设计与竞赛作业赛第三场(七十二变)
- 语言
- C
- 递交时间
- 2024-10-20 19:27:58
- 评测时间
- 2024-10-20 19:27:59
- 评测机
- 分数
- 0
- 总耗时
- 3ms
- 峰值内存
- 252.0 KiB