/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:13:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(j=sum;j>=0;j--)
         ^~~
foo.cc:22:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
          sum+=h[i];
          ^~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 536.0 KiB
#3 Accepted 4ms 2.0 MiB
#4 Accepted 71ms 15.074 MiB
#5 Accepted 6ms 1.922 MiB
#6 Accepted 76ms 13.32 MiB
#7 Accepted 116ms 15.555 MiB
#8 Accepted 172ms 15.91 MiB
#9 Accepted 170ms 15.422 MiB
#10 Accepted 207ms 15.609 MiB

信息

递交者
类型
递交
题目
P1037 搭建双塔
语言
C++
递交时间
2021-03-01 20:47:26
评测时间
2021-03-01 20:47:26
评测机
分数
100
总耗时
831ms
峰值内存
15.91 MiB