Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int a=1;a<sum[N];a++)
^~~
/in/foo.cc:32:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
if(Ans>0)
^~
信息
- 递交者
- 类型
- 递交
- 题目
- P2362 三角形牧场
- 语言
- C++
- 递交时间
- 2022-02-11 15:04:23
- 评测时间
- 2022-02-11 15:04:23
- 评测机
- 分数
- 100
- 总耗时
- 126ms
- 峰值内存
- 1.848 MiB