/ Vijos /

记录详情

Accepted

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:42:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   42 |  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/ccqTumcB.o: in function `main':
foo.c:(.text.startup+0xde): warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: foo.c:(.text.startup+0x2d): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 384.0 KiB
#2 Accepted 11ms 512.0 KiB
#3 Accepted 38ms 1.367 MiB
#4 Accepted 29ms 1.125 MiB
#5 Accepted 15ms 1.0 MiB
#6 Accepted 7ms 640.0 KiB
#7 Accepted 8ms 640.0 KiB
#8 Accepted 2ms 256.0 KiB
#9 Accepted 16ms 640.0 KiB
#10 Accepted 35ms 1.125 MiB

信息

递交者
类型
递交
题目
P1500 笨笨的单词排序
语言
C
递交时间
2022-05-06 11:58:15
评测时间
2022-05-06 11:58:15
评测机
分数
100
总耗时
170ms
峰值内存
1.367 MiB