Accepted
/in/foo.cc: In function 'void Check()': /in/foo.cc:22:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i=1; i<=9; ++i) printf("%d ",a[i]);cout<<endl; ^~~ /in/foo.cc:22:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for (int i=1; i<=9; ++i) printf("%d ",a[i]);cout<<endl; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1029 晴天小猪历险记之Number
- 语言
- C++
- 递交时间
- 2024-12-09 17:04:25
- 评测时间
- 2024-12-09 17:04:25
- 评测机
- 分数
- 100
- 总耗时
- 11548ms
- 峰值内存
- 17.242 MiB