提交记录 #504

提交时间:2024-12-17 12:13:42
语言:c 状态:Accepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:8:26: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
    8 |     for(int i=0;i<n;i++) gets(name[i]);
      |                          ^~~~
      |                          fgets
/usr/bin/ld: /tmp/ccrQXGaa.o: in function `main':
code.c:(.text.startup+0x4d): warning: the `gets' function is dangerous and should not be used.
固定测试点#1:
acAccepted
time 0.000s
memory 492 kB
额外测试点#3600:
acAccepted
time 0.000s
memory 228 kB
京ICP备2024093084 号