/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:21: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
             gets(str);
                     ^
In file included from /usr/include/c++/7/cstdio:42:0,
                 from /usr/include/c++/7/ext/string_conversions.h:43,
                 from /usr/include/c++/7/bits/basic_string.h:6159,
                 from /usr/include/c++/7/string:52,
                 from /usr/include/c++/7/bits/locale_classes.h:40,
                 from /usr/include/c++/7/bits/ios_base.h:41,
                 from /usr/include/c++/7/ios:42,
                 from /usr/include/c++/7/ostream:38,
                 from /usr/include/c++/7/iostream:39,
                 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:26:23: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
             gets(str+1);
                       ^
In file included from /usr/include/c++/7/cstdio:42:0,
                 from /usr/include/c++/7/ext/string_conversions.h:43,
                 from /usr/include/c++/7/bits/basic_string.h:6159,
                 from /usr/include/c++/7/string:52,
                 from /usr/include/c++/7/bits/locale_classes.h:40,
                 from /usr/include/c++/7/bits/ios_base.h:41,
                 from /usr/include/c++/7/ios:42,
                 from /usr/include/c++/7/ostream:38,
                 from /usr/include/c++/7/iostream:39,
                 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:46:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if (!vis[i][x%mod[i]])
             ^~
/in/foo.cc:48:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
                 break;
                 ^~~~~
/tmp/cckkC9DN.o: In function `main':
foo.cc:(.text.startup+0x98): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Wrong Answer 13ms 2.551 MiB
#2 Wrong Answer 11ms 2.551 MiB
#3 Wrong Answer 13ms 2.566 MiB
#4 Wrong Answer 128ms 2.559 MiB
#5 Wrong Answer 160ms 2.551 MiB
#6 Wrong Answer 283ms 2.555 MiB
#7 Wrong Answer 300ms 2.551 MiB
#8 Wrong Answer 271ms 4.43 MiB
#9 Wrong Answer 265ms 4.438 MiB
#10 Wrong Answer 284ms 2.555 MiB

信息

递交者
类型
递交
题目
P1910 解方程
语言
C++
递交时间
2017-10-07 21:27:44
评测时间
2017-10-07 21:27:44
评测机
分数
0
总耗时
1733ms
峰值内存
4.438 MiB