记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:7:9: warning: comparison of constant '16' with boolean expression is always false [-Wbool-compare]
  if(1>=x>=16)
     ~~~~^~~~
foo.cc:7:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(1>=x>=16)
     ~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Wrong Answer Read No, expect Yes. 1ms 348.0 KiB

信息

递交者
类型
递交
题目
p1017 牛肉面2(用三目运算符来解)
语言
C++
递交时间
2021-11-26 19:05:28
评测时间
2021-11-26 19:05:28
评测机
分数
10
总耗时
3ms
峰值内存
384.0 KiB