Compile Error
/in/foo.c: In function 'main':
/in/foo.c:5:16: error: expected ')' before numeric constant
printf(22 59 58);
^~
/in/foo.c:5:12: warning: passing argument 1 of 'printf' makes pointer from integer without a cast [-Wint-conversion]
printf(22 59 58);
^~
In file included from /in/foo.c:1:0:
/usr/include/stdio.h:364:12: note: expected 'const char * restrict' but argument is of type 'int'
extern int printf (const char *__restrict __format, ...);
^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 OO1-2 时间类Time
- 语言
- C
- 递交时间
- 2019-08-12 18:47:29
- 评测时间
- 2019-08-13 11:52:59
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes