记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:8:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<a;i++)
     ^~~
foo.cc:11:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for(int i=0;i<a+2;i+=a+1)
  ^~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 1, expect 5. 1ms 384.0 KiB

信息

递交者
类型
自测
题目
4-4 有多少个山峰
语言
C++
递交时间
2021-04-07 16:40:32
评测时间
2021-04-07 16:40:32
评测机
分数
0
总耗时
1ms
峰值内存
384.0 KiB