/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int bfs(int)':
/in/foo.cc:60: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:63:8: warning: unused variable 'w' [-Wunused-variable]
  int i,w,j;
        ^
/in/foo.cc:63:10: warning: unused variable 'j' [-Wunused-variable]
  int i,w,j;
          ^
/in/foo.cc: In function 'int pl(int, int, int)':
/in/foo.cc:85: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:85: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:86: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:86: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 Runtime Error 4ms 456.0 KiB
#2 Runtime Error 4ms 256.0 KiB
#3 Runtime Error 4ms 364.0 KiB
#4 Runtime Error 4ms 256.0 KiB
#5 Runtime Error 4ms 328.0 KiB
#6 Runtime Error 4ms 256.0 KiB
#7 Runtime Error 4ms 256.0 KiB
#8 Runtime Error 4ms 256.0 KiB
#9 Runtime Error 2ms 384.0 KiB
#10 Runtime Error 4ms 256.0 KiB
#11 Runtime Error 1ms 324.0 KiB
#12 Runtime Error 4ms 256.0 KiB
#13 Runtime Error 2ms 360.0 KiB
#14 Runtime Error 2ms 256.0 KiB
#15 Runtime Error 1ms 360.0 KiB
#16 Runtime Error 3ms 328.0 KiB
#17 Runtime Error 2ms 344.0 KiB
#18 Runtime Error 4ms 372.0 KiB
#19 Runtime Error 2ms 320.0 KiB
#20 Runtime Error 2ms 356.0 KiB

信息

递交者
类型
递交
题目
P1755 靶形数独
语言
C++
递交时间
2017-08-23 22:41:39
评测时间
2017-08-23 22:41:39
评测机
分数
0
总耗时
69ms
峰值内存
456.0 KiB