Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:15: warning: comparison of constant '999' with boolean expression is always true [-Wbool-compare]
    7 |         100<=s<=999;
      |         ~~~~~~^~~~~
/in/foo.cc:7:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    7 |         100<=s<=999;
      |         ~~~^~~
/in/foo.cc:7:15: warning: statement has no effect [-Wunused-value]
    7 |         100<=s<=999;
      |         ~~~~~~^~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 532.0 KiB

信息

递交者
类型
自测
题目
P1715 最大的三位数
语言
C++
递交时间
2026-07-21 16:49:58
评测时间
2026-07-21 16:49:58
评测机
分数
0
总耗时
2ms
峰值内存
532.0 KiB