/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:96:5: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(s);
     ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:96:11: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(s);
           ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:112:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
         gets(bb);
         ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:112:16: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
         gets(bb);
                ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc: In function 'int c(char)':
/in/foo.cc:29:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int to(int, int, char)':
/in/foo.cc:37:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/tmp/cczPvqWy.o: In function `main':
foo.cc:(.text.startup+0x21): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Runtime Error 2ms 384.0 KiB
#2 Runtime Error 4ms 348.0 KiB
#3 Runtime Error 4ms 256.0 KiB
#4 Runtime Error 3ms 376.0 KiB
#5 Runtime Error 4ms 368.0 KiB
#6 Runtime Error 4ms 208.0 KiB
#7 Runtime Error 3ms 368.0 KiB
#8 Runtime Error 2ms 368.0 KiB
#9 Runtime Error 3ms 384.0 KiB
#10 Runtime Error 3ms 260.0 KiB

信息

递交者
类型
递交
题目
P1003 等价表达式
语言
C++
递交时间
2018-05-13 08:52:33
评测时间
2018-05-13 08:52:33
评测机
分数
0
总耗时
36ms
峰值内存
384.0 KiB