记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:9: warning: implicit declaration of function 'scanf_s'; did you mean 'scanf'? [-Wimplicit-function-declaration]
    6 |         scanf_s("%d%d", &a, &b);
      |         ^~~~~~~
      |         scanf
foo.c:7:25: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
    7 |         if (1 <= a && a <= 10 ^ 100 && 1 <= b && b <= 10 ^ 100)
      |                       ~~^~~~~
foo.c:7:52: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
    7 |         if (1 <= a && a <= 10 ^ 100 && 1 <= b && b <= 10 ^ 100)
      |                                                  ~~^~~~~
/nix/store/j2gmfdd29cp3rcvghmn1a5kgcnmf8myp-binutils-2.40/bin/ld: /tmp/cc7B75uK.o: in function `main':
foo.c:(.text.startup+0x32): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1491 D. 梅开二度
比赛
2023年新生赛(第三场)
语言
C
递交时间
2023-09-09 20:05:33
评测时间
2023-09-09 20:05:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes