记录详情

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", &x);
      |         ^~~~~~~
      |         scanf
foo.c:10:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   10 |                 for (int x1=2; x1 <= n; x1++);
      |                 ^~~
foo.c:11:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   11 |                 {if (x % x1 == 0)
      |                 ^
/nix/store/j2gmfdd29cp3rcvghmn1a5kgcnmf8myp-binutils-2.40/bin/ld: /tmp/cc68hFQm.o: in function `main':
foo.c:(.text.startup+0x11): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A5-1 超级素数判断
比赛
2023 程序设计与竞赛(作业3:中秋和国庆)
语言
C
递交时间
2023-10-01 13:34:34
评测时间
2023-10-01 13:34:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes