摘要: #模板 ##__int128 inline __int128 read() { __int128 x = 0, f = 1 ; char ch = getchar() ; while(ch < '0' || ch > '9') { if(ch == '-') f = -1; ch = getchar 阅读全文
posted @ 2021-03-01 20:28 倩影一梦 阅读(137) 评论(0) 推荐(1)