记录详情

Runtime Error

/in/foo.cc: In function 'void Match(char*)':
/in/foo.cc:48:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i<strlen(s); i++)
                  ~^~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:63:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s);
  ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/c++/6/ext/string_conversions.h:43,
                 from /usr/include/c++/6/bits/basic_string.h:5417,
                 from /usr/include/c++/6/string:52,
                 from /usr/include/c++/6/bits/locale_classes.h:40,
                 from /usr/include/c++/6/bits/ios_base.h:41,
                 from /usr/include/c++/6/ios:42,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 from /in/foo.cc:2:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:63:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s);
        ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/c++/6/ext/string_conversions.h:43,
                 from /usr/include/c++/6/bits/basic_string.h:5417,
                 from /usr/include/c++/6/string:52,
                 from /usr/include/c++/6/bits/locale_classes.h:40,
                 from /usr/include/c++/6/bits/ios_base.h:41,
                 from /usr/include/c++/6/ios:42,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 from /in/foo.cc:2:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/tmp/ccGkP6fc.o: In function `main':
foo.cc:(.text.startup+0xe): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Runtime Error 2ms 576.0 KiB
#2 Accepted 2ms 768.0 KiB
#3 Runtime Error 2ms 268.0 KiB
#4 Accepted 3ms 264.0 KiB
#5 Runtime Error 2ms 280.0 KiB

信息

递交者
类型
递交
题目
DS2-1 括号的匹配
语言
C++
递交时间
2019-12-05 20:49:16
评测时间
2019-12-05 20:49:16
评测机
分数
40
总耗时
14ms
峰值内存
768.0 KiB