/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:72:17: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
         gets(str);
                 ^
In file included from /usr/include/stdio.h:862:0,
                 from /usr/include/c++/7/cstdio:42,
                 from /usr/include/c++/7/ext/string_conversions.h:43,
                 from /usr/include/c++/7/bits/basic_string.h:6361,
                 from /usr/include/c++/7/string:52,
                 from /usr/include/c++/7/stdexcept:39,
                 from /usr/include/c++/7/array:39,
                 from /usr/include/c++/7/tuple:39,
                 from /usr/include/c++/7/bits/stl_map.h:63,
                 from /usr/include/c++/7/map:61,
                 from foo.cc:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:232:1: note: declared here
 gets (char *__str)
 ^~~~
foo.cc:68:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&p);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:72:13: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
         gets(str);
         ~~~~^~~~~
/tmp/cctsZRV8.o: In function `main':
foo.cc:(.text.startup+0x9b): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 796.0 KiB
#2 Accepted 2ms 796.0 KiB
#3 Accepted 2ms 804.0 KiB
#4 Accepted 3ms 768.0 KiB
#5 Accepted 3ms 808.0 KiB
#6 Accepted 4ms 804.0 KiB
#7 Accepted 4ms 812.0 KiB
#8 Accepted 4ms 812.0 KiB
#9 Accepted 4ms 816.0 KiB
#10 Accepted 3ms 804.0 KiB

信息

递交者
类型
递交
题目
P1376 魔法卷轴
语言
C++
递交时间
2021-08-10 21:47:57
评测时间
2021-08-10 21:47:57
评测机
分数
100
总耗时
36ms
峰值内存
816.0 KiB