Wrong Answer
foo.cc: In function 'int main()': foo.cc:8:9: warning: comparison of constant '100' with boolean expression is always true [-Wbool-compare] int(1<x<100); ~~~^~~~ foo.cc:8:7: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] int(1<x<100); ~^~ foo.cc:8:2: warning: statement has no effect [-Wunused-value] int(1<x<100); ^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 2-1 单个数的3N+1猜想
- 比赛
- 2020苏青奥赛集训营(2021-2-4实验初中选拔赛)
- 语言
- C++
- 递交时间
- 2021-02-04 13:42:03
- 评测时间
- 2021-02-04 13:42:03
- 评测机
- 分数
- 0
- 总耗时
- 9ms
- 峰值内存
- 384.0 KiB