Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:19:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for(int k=0;k<8;k++)
    ^~~
/in/foo.cc:21:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     a[i][j]=s+48;
     ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1482 扫雷游戏
 - 语言
 - C++
 - 递交时间
 - 2021-12-04 12:05:28
 - 评测时间
 - 2021-12-04 12:05:28
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 32ms
 - 峰值内存
 - 524.0 KiB