记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:5: warning: implicit declaration of function 'gets_s'; did you mean 'gets'? [-Wimplicit-function-declaration]
    6 |     gets_s(s);
      |     ^~~~~~
      |     gets
foo.c:5:9: warning: unused variable 'n' [-Wunused-variable]
    5 |     int n = 0;
      |         ^
/nix/store/74y3751gsixaz9797ib0hp7c658sp1y5-binutils-2.40/bin/ld: /tmp/ccqjWHw1.o: in function `main':
foo.c:(.text.startup+0x11): undefined reference to `gets_s'
/nix/store/74y3751gsixaz9797ib0hp7c658sp1y5-binutils-2.40/bin/ld: foo.c:(.text.startup+0x1d): undefined reference to `gets_s'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1062 A8-6 删除字符串中多余的多种字符
语言
C
递交时间
2023-11-11 11:20:41
评测时间
2023-11-11 11:20:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes