记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:2: warning: implicit declaration of function 'scanf_s' [-Wimplicit-function-declaration]
  scanf_s("%d", &x);
  ^~~~~~~
/in/foo.c:18:6: warning: statement with no effect [-Wunused-value]
   x3 == x3 + x1;
   ~~~^~~~~~~~~~
/tmp/ccQxYqQi.o: In function `main':
foo.c:(.text.startup+0x13): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
A3-1 素数专题:因子的和
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C
递交时间
2024-08-19 20:29:02
评测时间
2024-08-19 20:29:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes