记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:85:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a);
  ^~~~
In file included from /in/foo.cc:2:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:85:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a);
        ^
In file included from /in/foo.cc:2:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:102:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (j = 0; j < vtStatResult.size(); j++)
               ~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:114:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (j == vtStatResult.size())
       ~~^~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:124:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < vtStatResult.size(); i++)
                  ~~^~~~~~~~~~~~~~~~~~~~~
/tmp/ccmHwoPj.o: In function `main':
foo.cc:(.text.startup+0x1d): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 1ms 336.0 KiB
#2 Wrong Answer 1ms 376.0 KiB
#3 Accepted 2ms 340.0 KiB
#4 Accepted 2ms 324.0 KiB
#5 Accepted 1ms 376.0 KiB

信息

递交者
类型
递交
题目
P1057 OO11-9 set与单词统计
语言
C++
递交时间
2023-10-21 17:00:03
评测时间
2023-10-21 17:01:06
评测机
分数
80
总耗时
9ms
峰值内存
376.0 KiB