摘要:
No. 3040代码量好少,主要考到数学知识唯一需要注意的是变量的类型int-2147483648 ~ +2147483647 (4 Bytes)long 在32位机器中 int 类型 和 long 类型通常字长是相同的 = int(4Bytes) 在64位机器中 = int64_t-9223372036854775808 ~ +9223372036854775807(8 Bytes)long long= int64_t-9223372036854775808 ~ +9223372036854775807(8 Bytes) long long int 不是所有编译器都支持的,有些支持这种数.. 阅读全文