/ 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/ccA7DPEJ.o: In function `main':
foo.cc:(.text.startup+0x5e): warning: the `gets' function is dangerous and should not be used.

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-04-28T09:37:16.264Z","handle":"2020-04-28T09:37:16.264Z","cache_start":"2020-04-28T09:37:16.283Z","read_cases":"2020-04-28T09:37:16.428Z","judge":"2020-04-28T09:37:16.432Z","done":"2020-04-28T09:37:27.245Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > 0 434ms 191.035 MiB
#2 Wrong Answer 0a1 > 48432 432ms 191.027 MiB
#3 Wrong Answer 0a1 > 0 447ms 191.324 MiB
#4 Wrong Answer 0a1 > 243329 449ms 191.402 MiB
#5 Wrong Answer 0a1 > 14642380 1337ms 190.984 MiB
#6 Wrong Answer 0a1 > 11142555 448ms 190.961 MiB
#7 Wrong Answer 0a1 > 12025413 2244ms 190.93 MiB
#8 Wrong Answer 0a1 > 104207 534ms 191.02 MiB
#9 Wrong Answer 0a1 > 9922682 1360ms 190.996 MiB
#10 Wrong Answer 0a1 > 6824395 951ms 191.012 MiB

信息

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