/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:91:26: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     for(int i=0;i<n;i++) gets(sm[i]);
                          ^
In file included from /usr/include/c++/5/cstdio:42:0,
                 from /usr/include/c++/5/ext/string_conversions.h:43,
                 from /usr/include/c++/5/bits/basic_string.h:5352,
                 from /usr/include/c++/5/string:52,
                 from /usr/include/c++/5/bits/locale_classes.h:40,
                 from /usr/include/c++/5/bits/ios_base.h:41,
                 from /usr/include/c++/5/ios:42,
                 from /usr/include/c++/5/ostream:38,
                 from /usr/include/c++/5/iostream:39,
                 from foo.cc:1:
/usr/include/stdio.h:638:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^
foo.cc:91:26: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     for(int i=0;i<n;i++) gets(sm[i]);
                          ^
In file included from /usr/include/c++/5/cstdio:42:0,
                 from /usr/include/c++/5/ext/string_conversions.h:43,
                 from /usr/include/c++/5/bits/basic_string.h:5352,
                 from /usr/include/c++/5/string:52,
                 from /usr/include/c++/5/bits/locale_classes.h:40,
                 from /usr/include/c++/5/bits/ios_base.h:41,
                 from /usr/include/c++/5/ios:42,
                 from /usr/include/c++/5/ostream:38,
                 from /usr/include/c++/5/iostream:39,
                 from foo.cc:1:
/usr/include/stdio.h:638:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^
foo.cc:91:36: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     for(int i=0;i<n;i++) gets(sm[i]);
                                    ^
In file included from /usr/include/c++/5/cstdio:42:0,
                 from /usr/include/c++/5/ext/string_conversions.h:43,
                 from /usr/include/c++/5/bits/basic_string.h:5352,
                 from /usr/include/c++/5/string:52,
                 from /usr/include/c++/5/bits/locale_classes.h:40,
                 from /usr/include/c++/5/bits/ios_base.h:41,
                 from /usr/include/c++/5/ios:42,
                 from /usr/include/c++/5/ostream:38,
                 from /usr/include/c++/5/iostream:39,
                 from foo.cc:1:
/usr/include/stdio.h:638:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^
foo.cc:118:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                 if(sm[i][j] == 'x' && (curArr[j] & 0x2)== 2
                                    ^
foo.cc:120:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                    || j>=1 && (curArr[j] & 0x2) == 2 && (curArr[j-1]) == 1
                                                      ^
foo.cc:89:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     int m,n; scanf("%d%d", &n,&m);
                                  ^
foo.cc:91:37: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
     for(int i=0;i<n;i++) gets(sm[i]);
                                     ^
/tmp/cca44Uex.o: In function `main':
foo.cc:(.text.startup+0x60): warning: the `gets' function is dangerous and should not be used.

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-04-28T09:42:58.080Z","handle":"2020-04-28T09:42:58.080Z","cache_start":"2020-04-28T09:42:58.091Z","read_cases":"2020-04-28T09:42:58.228Z","judge":"2020-04-28T09:42:58.229Z","done":"2020-04-28T09:43:03.446Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 选手输出比标准输出长。 427ms 190.926 MiB
#2 Wrong Answer 0a1 > 48432 419ms 190.965 MiB
#3 Wrong Answer 选手输出比标准输出长。 442ms 191.555 MiB
#4 Wrong Answer 0a1 > 243329 395ms 191.188 MiB
#5 Wrong Answer 0a1 > 14642380 349ms 190.996 MiB
#6 Wrong Answer 0a1 > 11142555 332ms 190.918 MiB
#7 Wrong Answer 0a1 > 12025413 285ms 190.945 MiB
#8 Wrong Answer 0a1 > 104207 310ms 190.949 MiB
#9 Wrong Answer 0a1 > 9922682 346ms 190.918 MiB
#10 Wrong Answer 0a1 > 6824395 396ms 190.988 MiB

信息

递交者
类型
递交
题目
P1581 多米诺骨牌
语言
C++
递交时间
2020-04-28 17:42:58
评测时间
2020-04-28 17:42:58
评测机
分数
0
总耗时
3706ms
峰值内存
191.555 MiB