摘要: 芜湖一次AK T1 固输样例就行了,二分会炸。。我怕有坑特判了个区间没零点的情况 #include<cstdio> #include<queue> #include<iostream> #include<cstring> #include<algorithm> #include<cmath> #in 阅读全文
posted @ 2022-03-22 20:50 Xu_brezza 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 128位长整型和128位无符号长整形。 取值范围: __int128 : $[2^{-127} , 2^{127} - 1]$ __uint128_t :$[0 , 2^{128}-1]$ 由于不支持读写,所以要手写读写 typedef __uint128_t int128; inline int1 阅读全文
posted @ 2022-03-22 14:45 Xu_brezza 阅读(349) 评论(0) 推荐(0) 编辑