记录详情

Compile Error

foo.c: In function 'main':
foo.c:4:9: warning: implicit declaration of function 'scanf_s' [-Wimplicit-function-declaration]
    4 |         scanf_s("%d", &n);
      |         ^~~~~~~
foo.c:6:25: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
    6 |         if (n >= 1 && n <= 10 ^ 16)
      |                       ~~^~~~~
foo.c:15:9: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   15 |         printf("%d", c);
      |         ^~~~~~
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | int main()
foo.c:15:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
   15 |         printf("%d", c);
      |         ^~~~~~
foo.c:15:9: note: include '<stdio.h>' or provide a declaration of 'printf'
/nix/store/jfkmqz20q8fsaqizcml86adxqyzlwllx-binutils-2.38/bin/ld: /tmp/cce4fOd5.o: in function `main':
foo.c:(.text.startup+0x11): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1186 人生苦短
语言
C
递交时间
2022-10-03 22:57:15
评测时间
2022-10-03 22:57:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes