Time Exceeded
/in/foo.cc: In function 'int main()': /in/foo.cc:32:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(n[i]>=MOD)n[i]-=MOD;if(n[i]<0)n[i]+=MOD; ^~ /in/foo.cc:32:40: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(n[i]>=MOD)n[i]-=MOD;if(n[i]<0)n[i]+=MOD; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1990 黑白序列
- 语言
- C++
- 递交时间
- 2021-11-12 12:24:17
- 评测时间
- 2021-11-12 12:24:17
- 评测机
- 分数
- 60
- 总耗时
- ≥8055ms
- 峰值内存
- ≥7.438 MiB