记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:9: warning: 'gets' is deprecated [-Wdeprecated-declarations]
    5 |         gets(s);
      |         ^~~~
In file included from foo.c:1:
/nix/store/y8wfrgk7br5rfz4221lfb9v8w3n0cnyd-glibc-2.37-8-dev/include/stdio.h:605:14: note: declared here
  605 | extern char *gets (char *__s) __wur __attribute_deprecated__;
      |              ^~~~
foo.c:7:9: warning: implicit declaration of function 'scanf_s'; did you mean 'scanf'? [-Wimplicit-function-declaration]
    7 |         scanf_s("%d", &k);
      |         ^~~~~~~
      |         scanf
/nix/store/74y3751gsixaz9797ib0hp7c658sp1y5-binutils-2.40/bin/ld: /tmp/ccR1h2ya.o: in function `main':
foo.c:(.text.startup+0xd): warning: the `gets' function is dangerous and should not be used.
/nix/store/74y3751gsixaz9797ib0hp7c658sp1y5-binutils-2.40/bin/ld: foo.c:(.text.startup+0x1e): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
4-6 一个密钥的凯撒密码
语言
C
递交时间
2023-11-09 18:20:11
评测时间
2023-11-09 18:20:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes