记录详情

Accepted

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

信息

递交者
类型
自测
题目
P1138 校门外的树
语言
C++
递交时间
2020-03-07 15:49:03
评测时间
2020-03-07 15:49:08
评测机
分数
10
总耗时
2ms
峰值内存
216.0 KiB