/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void bb(int, int)':
/in/foo.cc:17:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if (b[i][j+1]==1) bb(i,j+1);if ((j-2)>=0) 
      ^~
/in/foo.cc:17:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      if (b[i][j+1]==1) bb(i,j+1);if ((j-2)>=0) 
                                  ^~
/in/foo.cc:22:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if (b[i+1][j+1]==1) bb(i+1,j+1);if ((i-2)>=0) 
      ^~
/in/foo.cc:22:38: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      if (b[i+1][j+1]==1) bb(i+1,j+1);if ((i-2)>=0) 
                                      ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 344.0 KiB
#2 Accepted 5ms 512.0 KiB
#3 Accepted 4ms 468.0 KiB
#4 Accepted 5ms 512.0 KiB
#5 Accepted 5ms 512.0 KiB
#6 Accepted 5ms 344.0 KiB
#7 Accepted 4ms 380.0 KiB
#8 Accepted 4ms 308.0 KiB
#9 Accepted 6ms 640.0 KiB
#10 Accepted 8ms 2.227 MiB

信息

递交者
类型
递交
题目
P1051 送给圣诞夜的极光
语言
C++
递交时间
2018-04-27 23:23:02
评测时间
2018-04-27 23:23:02
评测机
分数
100
总耗时
55ms
峰值内存
2.227 MiB