/ Vijos /

记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:95:5: warning: 'gets' is deprecated [-Wdeprecated-declarations]
     for(int i=0;i<n;i++) gets(sm[i]);
     ^~~
In file included from /in/foo.c:2:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.c:125:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                 if(sm[i][j] == 'x' && (curArr[j] & 0x1)
                    ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/in/foo.c:127:49: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                    || j>=1 && (curArr[j] & 0x1) && (curArr[RI] & 0x1)
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/tmp/cc2i57Zr.o: In function `main':
foo.c:(.text.startup+0x53): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 411ms 190.949 MiB
#2 Accepted 780ms 190.949 MiB
#3 Time Exceeded ≥1003ms ≥190.84 MiB
#4 Time Exceeded ≥1000ms ≥190.828 MiB
#5 Time Exceeded ≥3001ms ≥190.82 MiB
#6 Time Exceeded ≥3003ms ≥190.832 MiB
#7 Time Exceeded ≥5000ms ≥190.844 MiB
#8 Time Exceeded ≥5001ms ≥190.836 MiB
#9 Time Exceeded ≥7002ms ≥190.84 MiB
#10 Time Exceeded ≥7005ms ≥190.828 MiB

信息

递交者
类型
递交
题目
P1581 多米诺骨牌
语言
C
递交时间
2020-04-29 21:25:04
评测时间
2020-04-29 21:25:04
评测机
分数
20
总耗时
≥33210ms
峰值内存
≥190.949 MiB