记录详情

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;j<M;i++)
  ^~~
/in/foo.cc:50:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(i=0;i<M;i++)
   ^~~
/in/foo.cc:52:26: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if((start[j]==0&&end[j]==0)||(start[i]==0&&end[i]==0))
                     ~~~~~^
# 状态 耗时 内存占用
#1 Accepted 1ms 216.0 KiB

信息

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