/ Vijos /

记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:96: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:124:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                 if(sm[i][j] == 'x' && (curArr[j] & 0x2)== 2
                    ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:126:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                    || j>=1 && (curArr[j] & 0x2) == 2 && (curArr[j-1]) == 1
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/tmp/ccVpb3ao.o: In function `main':
foo.c:(.text.startup+0x53): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 555ms 229.098 MiB
#2 Time Exceeded ≥1000ms ≥229.016 MiB
#3 Time Exceeded ≥1001ms ≥228.969 MiB
#4 Time Exceeded ≥1002ms ≥229.078 MiB
#5 Time Exceeded ≥3001ms ≥228.965 MiB
#6 Time Exceeded ≥3003ms ≥229.078 MiB
#7 Time Exceeded ≥5002ms ≥228.965 MiB
#8 Time Exceeded ≥5000ms ≥229.082 MiB
#9 Time Exceeded ≥7001ms ≥229.09 MiB
#10 Time Exceeded ≥7005ms ≥229.078 MiB

信息

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