Compile Error
foo.c: In function 'main': foo.c:40:5: warning: implicit declaration of function 'scanf_s'; did you mean 'scanf'? [-Wimplicit-function-declaration] scanf_s("%d", &T); ^~~~~~~ scanf /tmp/ccbxnJYm.o: In function `main': foo.c:(.text.startup+0x31): undefined reference to `scanf_s' foo.c:(.text.startup+0x77): undefined reference to `scanf_s' foo.c:(.text.startup+0xde): undefined reference to `scanf_s' foo.c:(.text.startup+0xf0): undefined reference to `scanf_s' foo.c:(.text.startup+0x103): undefined reference to `scanf_s' collect2: error: ld returned 1 exit status
代码
信息
- 递交者
- 类型
- 自测
- 题目
- P1004 hitwh 2019 新生赛 E EdChu 与炸金花
- 语言
- C
- 递交时间
- 4 年前
- 评测时间
- 4 年前
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes