摘要: 术语表 第 4 章 表达式 算术转换(arithmetic conversion): 从一种算术类型转换成另一种算术类型。在二元运算符的上下文中,为了保留精度,算术转换通常把较小的类型转换成较大的类型(例如整型转换成浮点型)。    集合律(associativitay): 规定 阅读全文
posted @ 2019-09-02 18:34 哨音 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 题目描述 输入格式 输出格式 输入样例 输出样例 全部AC include include include include //p115 using namespace std; const int maxn = 30010; struct Student { char registration_n 阅读全文
posted @ 2019-09-02 09:00 哨音 阅读(273) 评论(0) 推荐(0) 编辑