/ SUOI /

记录详情

Accepted

/in/foo.cc: In function 'int ask1(int, int)':
/in/foo.cc:19:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int j=y;j;j-=j&-j) res+=c[i][j];return res;
   ^~~
/in/foo.cc:19:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(int j=y;j;j-=j&-j) res+=c[i][j];return res;
                                       ^~~~~~
/in/foo.cc:18:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=x;i;i-=i&-i)
  ^~~
/in/foo.cc:19:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(int j=y;j;j-=j&-j) res+=c[i][j];return res;
                                       ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 28ms 42.25 MiB
#2 Accepted 35ms 50.336 MiB
#3 Accepted 24ms 30.344 MiB
#4 Accepted 31ms 52.25 MiB
#5 Accepted 204ms 380.375 MiB
#6 Accepted 207ms 378.465 MiB
#7 Accepted 223ms 378.375 MiB
#8 Accepted 222ms 382.25 MiB
#9 Accepted 375ms 382.105 MiB
#10 Accepted 364ms 382.102 MiB

信息

递交者
类型
递交
题目
#19 显示屏
语言
C++
递交时间
2017-11-30 13:43:36
评测时间
2017-11-30 13:43:36
评测机
分数
100
总耗时
1718ms
峰值内存
382.25 MiB