记录详情

Compile Error

foo.c: In function 'main':
foo.c:4:9: warning: implicit declaration of function 'scanf_s'; did you mean 'scanf'? [-Wimplicit-function-declaration]
  int n; scanf_s("%d", &n);
         ^~~~~~~
         scanf
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &a[0]);
  ^~~~~~~~~~~~~~~~~~
/tmp/ccKRhblB.o: In function `main':
foo.c:(.text.startup+0x36): undefined reference to `scanf_s'
foo.c:(.text.startup+0x79): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
1-4 最大值的个数
语言
C
递交时间
2021-10-19 15:19:14
评测时间
2021-10-19 15:19:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes