/ Vijos /

记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:102: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:132:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                 if(sm[i][j] == 'x' && (curArr[j] & 0x1)
                    ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/in/foo.c:134:49: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                    || j>=1 && (curArr[j] & 0x1) && (curArr[RI] & 0x1)
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/tmp/ccuOatL4.o: In function `main':
foo.c:(.text.startup+0x55): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 371ms 160.102 MiB
#2 Accepted 702ms 160.215 MiB
#3 Accepted 946ms 160.211 MiB
#4 Time Exceeded ≥1002ms ≥160.09 MiB
#5 Time Exceeded ≥3002ms ≥160.203 MiB
#6 Time Exceeded ≥3002ms ≥160.09 MiB
#7 Time Exceeded ≥5001ms ≥160.203 MiB
#8 Time Exceeded ≥5001ms ≥160.094 MiB
#9 Time Exceeded ≥7002ms ≥160.203 MiB
#10 Time Exceeded ≥7004ms ≥160.094 MiB

信息

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