摘要:
正好最近和队友决定再过一遍基础,那就用这个博客这个记录一下吧 part one : 高精度部分 791. 高精度加法 - AcWing题库 #include<iostream> #include<vector> using namespace std; const int N=100010; str 阅读全文
摘要:
P3156 【深基15.例1】询问学号 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) #include<bits/stdc++.h> using namespace std; typedef long long ll; const int INF=0x3f3f3f3f; int 阅读全文
摘要:
3134 -- Power Calculus (poj.org) 相当于是问1经过多少次能变成n,val[pos]<<(depth-now)为估计函数,如果最快都不能到n,就return false #include<iostream> using namespace std; const int 阅读全文