记录详情

Accepted

/in/foo.cc: In function 'int rmq(int, int, int)':
/in/foo.cc:22:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(k=0;(1<<k)<=dis;++k);k--;
     ^~~
/in/foo.cc:22:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(k=0;(1<<k)<=dis;++k);k--;
                              ^
/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:31:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
  ^~~~~
/in/foo.cc:31:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
                                    ^~~
# 状态 耗时 内存占用
#1 Accepted 57ms 78.676 MiB
#2 Accepted 56ms 78.453 MiB
#3 Accepted 237ms 80.797 MiB
#4 Accepted 60ms 80.801 MiB
#5 Accepted 239ms 76.668 MiB
#6 Accepted 238ms 78.359 MiB
#7 Accepted 461ms 152.797 MiB
#8 Accepted 450ms 153.105 MiB
#9 Accepted 433ms 153.023 MiB
#10 Accepted 443ms 153.457 MiB

信息

递交者
类型
递交
题目
好奇的小明
比赛
ACM模拟赛2
语言
C++
递交时间
2017-08-25 17:11:10
评测时间
2017-08-25 17:11:10
评测机
分数
100
总耗时
2678ms
峰值内存
153.457 MiB