记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:2: warning: implicit declaration of function 'scanf_s'; did you mean 'scanf'? [-Wimplicit-function-declaration]
  scanf_s("%d", &x);
  ^~~~~~~
  scanf
/tmp/ccghZFlD.o: In function `main':
foo.c:(.text.startup+0x21): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
2-1 单个数的3N+1猜想
比赛
2021(四) 作业第一场:秀肌肉
语言
C
递交时间
2021-09-30 14:42:12
评测时间
2021-09-30 14:42:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes