赞助
摘要: C++中不允许这样的写法 85<= score <=100;你要想表示85<=score<=100的话只能这么写score>=85&&score<=100 阅读全文
posted @ 2015-01-26 15:24 车臣 阅读(2845) 评论(0) 推荐(0) 编辑