摘要: SPOJ - VFMUL:https://vjudge.net/problem/SPOJ-VFMUL 这是一道FFT求高精度的模板题。 参考:https://www.cnblogs.com/RabbitHu/p/FFT.html #include <algorithm> #include <iter 阅读全文
posted @ 2018-10-02 19:57 ckxkexing 阅读(206) 评论(0) 推荐(0) 编辑
摘要: splay的一道模板题 #include <algorithm> #include <iterator> #include <iostream> #include <cstring> #include <cstdlib> #include <iomanip> #include <bitset> #i 阅读全文
posted @ 2018-10-02 16:51 ckxkexing 阅读(153) 评论(0) 推荐(0) 编辑