摘要: [洛谷]P3952 时间复杂度 题目描述: 恶心的代码: c++ include using namespace std; inline void read(int &x){ x=0;int f=1; char ch=getchar(); while(ch'9'){ if(ch==' ') f= 1 阅读全文
posted @ 2019-10-13 18:15 WJSoj 阅读(116) 评论(0) 推荐(0) 编辑
摘要: SPFA单源最短路 斐波那契数列递推 矩阵快速幂 组合数 高精加 阅读全文
posted @ 2019-10-13 18:09 WJSoj 阅读(167) 评论(0) 推荐(0) 编辑