/ 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/ccn8cB6o.o: In function `main':
foo.cc:(.text.startup+0x9f): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 23ms 2.289 MiB
#2 Accepted 67ms 2.289 MiB
#3 Accepted 144ms 2.289 MiB
#4 Accepted 341ms 2.293 MiB
#5 Time Exceeded ≥3002ms ≥2.207 MiB
#6 Time Exceeded ≥3002ms ≥2.219 MiB
#7 Time Exceeded ≥5002ms ≥2.211 MiB
#8 Time Exceeded ≥5000ms ≥2.215 MiB
#9 Time Exceeded ≥7002ms ≥2.207 MiB
#10 Time Exceeded ≥7005ms ≥2.215 MiB

信息

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