Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:7:10: warning: comparison of constant '1000' with boolean expression is always true [-Wbool-compare] int(2<=n<1000); ~~~~^~~~~ /in/foo.cc:7:7: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] int(2<=n<1000); ~^~~ /in/foo.cc:7:2: warning: statement has no effect [-Wunused-value] int(2<=n<1000); ^~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 5-1 互质数
- 比赛
- 2020苏青奥赛集训营(2021-2-4实验初中选拔赛)
- 语言
- C++
- 递交时间
- 2021-02-04 13:48:29
- 评测时间
- 2021-02-04 13:48:29
- 评测机
- 分数
- 0
- 总耗时
- 6ms
- 峰值内存
- 228.0 KiB