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 数字循环左移
- 语言
- C
- 递交时间
- 2024-10-20 19:27:54
- 评测时间
- 2024-10-20 19:27:54
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 228.0 KiB