记录详情

Compile Error

foo.c: In function ‘main’:
foo.c:5:9: warning: implicit declaration of function ‘scanf_s’; did you mean ‘scanf’? [-Wimplicit-function-declaration]
    5 |         scanf_s("%d %d %d", &a, &b, &c);
      |         ^~~~~~~
      |         scanf
foo.c:11:24: warning: format ‘%d’ expects a matching ‘int’ argument [-Wformat=]
   11 |         printf("%d %d %d\n", ans, max);
      |                       ~^
      |                        |
      |                        int
/nix/binutils-2.42/bin/ld: /tmp/ccv9G3MI.o: in function `main':
foo.c:(.text.startup+0x1b): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
A1-2 分支结构练习:三数的特征值
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C
递交时间
2024-08-18 13:32:41
评测时间
2024-08-18 13:32:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes