/ Vijos /

记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:91: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:118:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                 if(sm[i][j] == 'x' && (curArr[j] & 0x2)== 2
                    ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:120:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                    || j>=1 && (curArr[j] & 0x2) == 2 && (curArr[j-1]) == 1
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/tmp/ccb5rQkJ.o: In function `main':
foo.c:(.text.startup+0x53): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 404ms 190.953 MiB
#2 Accepted 776ms 190.945 MiB
#3 Time Exceeded ≥1002ms ≥190.828 MiB
#4 Time Exceeded ≥1001ms ≥190.84 MiB
#5 Time Exceeded ≥3002ms ≥190.828 MiB
#6 Time Exceeded ≥3000ms ≥190.84 MiB
#7 Time Exceeded ≥5000ms ≥190.832 MiB
#8 Time Exceeded ≥5000ms ≥190.844 MiB
#9 Time Exceeded ≥7001ms ≥190.828 MiB
#10 Time Exceeded ≥7005ms ≥190.84 MiB

信息

递交者
类型
递交
题目
P1581 多米诺骨牌
语言
C
递交时间
2020-04-28 17:46:45
评测时间
2020-04-28 17:46:45
评测机
分数
20
总耗时
≥33196ms
峰值内存
≥190.953 MiB