Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:24:12: warning: too many arguments for format [-Wformat-extra-args] printf("%d", x, n); ^~~~ /in/foo.c: In function 'Power': /in/foo.c:65:16: warning: passing argument 2 of 'Mul' makes integer from pointer without a cast [-Wint-conversion] Mul(a, a, temp); ^ /in/foo.c:34:6: note: expected 'int' but argument is of type 'char *' void Mul(char *a, int b, char *result) { ^~~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2024-11-05 08:36:40
- 评测时间
- 2024-11-05 08:36:40
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 360.0 KiB