Time Exceeded
foo.cc: In function 'int main()': foo.cc:9:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(x%2==0) ^~ foo.cc:11:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' s=s+1; ^ foo.cc:12:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(x%2!=0) ^~ foo.cc:14:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' s=s+1; ^
信息
- 递交者
- 类型
- 递交
- 题目
- 2-1 单个数的3N+1猜想
- 比赛
- 2020苏青奥赛集训营(2021-2-4实验初中选拔赛)
- 语言
- C++
- 递交时间
- 2021-02-04 13:35:24
- 评测时间
- 2021-02-04 13:35:24
- 评测机
- 分数
- 0
- 总耗时
- ≥7561ms
- 峰值内存
- ≥400.0 KiB