记录详情

Accepted

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

信息

递交者
类型
自测
题目
P1130 CoVH之再破难关
语言
C++
递交时间
2020-02-04 16:01:07
评测时间
2020-02-04 16:01:07
评测机
分数
10
总耗时
2ms
峰值内存
196.0 KiB