Accepted
/in/foo.cc: In function 'void init()':
/in/foo.cc:61:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   61 |                 for(int j=1;j<=1200;j++) f[i+1][j]=((int)(a[j-1].r/4096+0.5))%mo;f[i+1][0]=1;
      |                 ^~~
/in/foo.cc:61:82: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   61 |                 for(int j=1;j<=1200;j++) f[i+1][j]=((int)(a[j-1].r/4096+0.5))%mo;f[i+1][0]=1;
      |                                                                                  ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P1999 小h的妹子树三
- 语言
- C++
- 递交时间
- 2025-06-10 18:03:09
- 评测时间
- 2025-06-10 18:03:09
- 评测机
- 分数
- 100
- 总耗时
- 6763ms
- 峰值内存
- 10.949 MiB