摘要: 题目 When shipping goods with containers, we have to be careful not to pack some incompatible goods into the same container, or we might get ourselves i 阅读全文
posted @ 2023-02-23 21:17 Yohoc 阅读(19) 评论(0) 推荐(0)
摘要: C++中给出了各个变量范围的最大值和最小值 (若要使用提供的最大最小值,注意需要引入头文件) #include<climits> 或 #include<limits.h> 各变量最大取值和最小取值列表 例子 判断两个long long 类型的变量相加是否溢出 bool check(long long 阅读全文
posted @ 2023-02-23 19:41 Yohoc 阅读(236) 评论(0) 推荐(0)