/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int bfs(int)':
/in/foo.cc:56:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int pd(int, int, int)':
/in/foo.cc:59:8: warning: unused variable 'w' [-Wunused-variable]
  int i,w,j;
        ^
/in/foo.cc:59:10: warning: unused variable 'j' [-Wunused-variable]
  int i,w,j;
          ^
/in/foo.cc: In function 'int pl(int, int, int)':
/in/foo.cc:81:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(x>=0 && x<3) k=0;if(x>=3 && x<6) k=3; if(x>5) k=6;
  ^~
/in/foo.cc:81:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(x>=0 && x<3) k=0;if(x>=3 && x<6) k=3; if(x>5) k=6;
                      ^~
/in/foo.cc:82:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(y>=0 && y<3) l=0;if(y>=3 && y<6) l=3; if(y>5) l=6;
  ^~
/in/foo.cc:82:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(y>=0 && y<3) l=0;if(y>=3 && y<6) l=3; if(y>5) l=6;
                      ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 256.0 KiB
#2 Accepted 16ms 308.0 KiB
#3 Accepted 56ms 256.0 KiB
#4 Accepted 22ms 256.0 KiB
#5 Accepted 20ms 340.0 KiB
#6 Wrong Answer 23ms 256.0 KiB
#7 Accepted 16ms 348.0 KiB
#8 Accepted 14ms 260.0 KiB
#9 Wrong Answer 1337ms 384.0 KiB
#10 Time Exceeded ≥2002ms ≥340.0 KiB
#11 Wrong Answer 777ms 344.0 KiB
#12 Time Exceeded ≥2003ms ≥336.0 KiB
#13 Accepted 586ms 256.0 KiB
#14 Accepted 590ms 352.0 KiB
#15 Time Exceeded ≥2004ms ≥196.0 KiB
#16 Time Exceeded ≥2004ms ≥364.0 KiB
#17 Accepted 364ms 344.0 KiB
#18 Accepted 718ms 204.0 KiB
#19 Wrong Answer 592ms 420.0 KiB
#20 Wrong Answer 528ms 372.0 KiB

信息

递交者
类型
递交
题目
P1755 靶形数独
语言
C++
递交时间
2017-08-23 22:59:46
评测时间
2017-08-23 22:59:46
评测机
分数
55
总耗时
≥13687ms
峰值内存
≥420.0 KiB