记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:12: warning: comparison of constant '9999' with boolean expression is always true [-Wbool-compare]
  if((-999<a<9999)&&(-999<b<9999)&&(-999<c<9999)){
      ~~~~~~^~~~~
/in/foo.cc:6:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if((-999<a<9999)&&(-999<b<9999)&&(-999<c<9999)){
      ~~~~^~
/in/foo.cc:6:27: warning: comparison of constant '9999' with boolean expression is always true [-Wbool-compare]
  if((-999<a<9999)&&(-999<b<9999)&&(-999<c<9999)){
                     ~~~~~~^~~~~
/in/foo.cc:6:25: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if((-999<a<9999)&&(-999<b<9999)&&(-999<c<9999)){
                     ~~~~^~
/in/foo.cc:6:42: warning: comparison of constant '9999' with boolean expression is always true [-Wbool-compare]
  if((-999<a<9999)&&(-999<b<9999)&&(-999<c<9999)){
                                    ~~~~~~^~~~~
/in/foo.cc:6:40: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if((-999<a<9999)&&(-999<b<9999)&&(-999<c<9999)){
                                    ~~~~^~
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 212.0 KiB

信息

递交者
类型
递交
题目
结构化的程序格式,是编程世界的基石。
比赛
入门测试
语言
C++
递交时间
2019-02-24 22:36:16
评测时间
2019-02-24 22:36:16
评测机
分数
100
总耗时
3ms
峰值内存
212.0 KiB