07 2018 档案
摘要:namespace io { const int SIZE = 1e6; char buff[SIZE]; char *l = buff, *r = buff; void init() { l = buff; r = l + fread(buff, 1, SIZE, stdin); } char gc() { if (l == r) init();...
阅读全文
摘要:#define LL long long #define MOD 1000000000 #define BUFFER_SIZE 100000 #define __base_t vector <int> namespace __BigInt_b { string convert_s(const __b
阅读全文
摘要:#pragma GCC optimize("Ofast","inline","-ffast-math") #pragma GCC target("avx,sse2,sse3,sse4,mmx") #pragma GCC target ("popcnt")
阅读全文

浙公网安备 33010602011771号