Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(a[i]==0 && a[i+1]==0)a[i]=k;k++;
   ^~
/in/foo.cc:15:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(a[i]==0 && a[i+1]==0)a[i]=k;k++;
                                  ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2688 奶牛农场
 - 比赛
 - 2024.7.27暑期中级2班练习
 - 语言
 - C++
 - 递交时间
 - 2024-07-28 09:05:08
 - 评测时间
 - 2024-07-28 09:05:08
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 107ms
 - 峰值内存
 - 812.0 KiB