/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:154:26: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     for(int i=0;i<n;i++) gets(sm[i]);
                          ^~~~
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:154:36: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     for(int i=0;i<n;i++) gets(sm[i]);
                                    ^
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:201:51: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                             if (sm[i][j+l] == 'x' && (curArr[j] & 0x1)
                                 ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/in/foo.cc:203:64: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                                 || j >= 1 && (curArr[j] & 0x1) && (curArr[RI] & 0x1)
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/tmp/ccdB0TzA.o: In function `main':
foo.cc:(.text.startup+0xa1): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 22ms 2.293 MiB
#2 Wrong Answer 66ms 2.289 MiB
#3 Accepted 146ms 2.289 MiB
#4 Wrong Answer 347ms 2.289 MiB
#5 Wrong Answer 2487ms 2.289 MiB
#6 Wrong Answer 2712ms 2.289 MiB
#7 Wrong Answer 2973ms 2.293 MiB
#8 Wrong Answer 4042ms 2.293 MiB
#9 Wrong Answer 5611ms 2.289 MiB
#10 Time Exceeded ≥7005ms ≥2.219 MiB

信息

递交者
类型
递交
题目
P1581 多米诺骨牌
语言
C++
递交时间
2020-05-03 19:00:35
评测时间
2020-05-03 19:00:35
评测机
分数
20
总耗时
≥25417ms
峰值内存
≥2.293 MiB