/ Vijos /

记录详情

Wrong Answer

foo.c:1: warning: ignoring #pragma warning  [-Wunknown-pragmas]
    1 | #pragma warning (disable : 4996)
      | 
foo.c: In function 'main':
foo.c:19:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   19 |  gets(dictionary);
      |  ^~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.c:29:3: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   29 |   gets(word[i]);
      |   ^~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.c:19:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
   19 |  gets(dictionary);
      |  ^~~~~~~~~~~~~~~~
foo.c:27:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   27 |  scanf("%d\n", &word_num);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
foo.c:29:3: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
   29 |   gets(word[i]);
      |   ^~~~~~~~~~~~~
foo.c:40:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   40 |  scanf("%d", &type);
      |  ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:2:
In function 'gets',
    inlined from 'main' at foo.c:29:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:239:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning]
  239 |   return __gets_warn (__str);
      |          ^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccgXvG0D.o: in function `main':
foo.c:(.text.startup+0xdc): warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: foo.c:(.text.startup+0x29): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read ibsdjdloosivxcnf..., expect iuyvpxmyacqdhfge.... 2ms 384.0 KiB
#2 Wrong Answer Read uazqiokfbcpjjnqu..., expect uoffdckpd. 3ms 512.0 KiB
#3 Wrong Answer Read qysnqpeosfeoaint..., expect qqcaibnipzimdwiv.... 5ms 1.426 MiB
#4 Wrong Answer Read padaejjfporbsvve..., expect pqmblsifquoafcnc.... 4ms 1.25 MiB
#5 Wrong Answer Read ggxkylljlwjylkml..., expect ghbxnsrapgnlcpaq.... 3ms 1.125 MiB
#6 Wrong Answer Read madsrugnbxuncpre..., expect mzzxdkkkhmixbgyc.... 1ms 640.0 KiB
#7 Wrong Answer Read mwbhrskytbicvozh..., expect mmikyykiwhomtsps.... 1ms 720.0 KiB
#8 Wrong Answer Read nhbbqjihvxgkmgksoqzedcfuyvhqrldjfmacglhljrocfxwfbwzgpnvbqwnzbrvj, expect nhbbqjihvxgkmgksoqzedcfuyvhqrldjfmacglhljrocfxwfbwzgpnvbqwnzbrvj. 1ms 384.0 KiB
#9 Wrong Answer Read bboxtjxugbnomhea..., expect blobtdkzrkdmgepa.... 3ms 768.0 KiB
#10 Wrong Answer Read myrjxuhiltaoeokgqw, expect mjalcdnhtehobxiq.... 3ms 1.375 MiB

信息

递交者
类型
递交
题目
P1500 笨笨的单词排序
语言
C
递交时间
2022-05-06 11:49:51
评测时间
2022-05-06 11:49:51
评测机
分数
0
总耗时
31ms
峰值内存
1.426 MiB