记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++)
  ^~~
/in/foo.cc:17:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for(int i=n-1;i>=1;i--)
   ^~~
# 状态 耗时 内存占用
#1 Runtime Error 0ms 128.0 KiB

信息

递交者
类型
自测
题目
数字金字塔
语言
C++
递交时间
2018-11-01 16:38:44
评测时间
2018-11-01 16:38:48
评测机
分数
0
总耗时
0ms
峰值内存
128.0 KiB