C++中不允许这样的写法 85<= score <=100;
你要想表示85<=score<=100的话只能这么写score>=85&&score<=100

相关文章:

  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2022-01-16
  • 2021-09-03
  • 2022-01-24
猜你喜欢
  • 2022-12-23
  • 2021-12-29
  • 2021-08-20
  • 2021-11-30
  • 2022-12-23
  • 2021-07-22
相关资源
相似解决方案