- 博客(4)
- 收藏
- 关注
转载 【高精度】模板 (C++)
//n为长度1、高精加复杂度:O(n)#include<iostream> #include<cstring> #include<algorithm> using namespace std; const int L=110; string add(string a,string b)//只限两个非负...
2018-10-09 13:29:00 450
转载 【BZOJ4025】二分图 LCT
1 /************************************************************** 2 Problem: 4025 3 User: sumjune 4 Language: C++ 5 Result: Accepted 6 Time:7924 ms 7 Memory...
2018-08-22 10:49:00 121
转载 读入/输出模板
就是稍微码下①读入优化inline int read() {char c=GT();int u=1,o=0; for(;!isdigit(c);c=GT()) if(c=='-')u=-1; for(;isdigit(c);o=(o<<3)+(o<<1)+c-'0',c=GT());return o*u;}②读入优化...
2018-08-20 14:13:00 112
转载 一些 Markdown 语法
参考于:https://www.jianshu.com/p/b03a8d7b1719【先挖个坑,来日再填】转载于:https://www.cnblogs.com/sumjune/p/9499638.html
2018-08-19 07:36:00 121
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人