1 杂项
1.1 __int128和快读
inline __int128 read() {
__int128 x = 0; int f = 1;
char ch; ch = getchar();
while(!isdigit
2022-07-29
2024-10-17