摘要:
P2424 约数和 题目背景 Smart最近沉迷于对约数的研究中。 题目描述 对于一个数X,函数f(X)表示X所有约数的和。例如:f(6)=1+2+3+6=12。对于一个X,Smart可以很快的算出f(X)。现在的问题是,给定两个正整数X,Y(X include include include in 阅读全文
摘要:
P4779 【模板】单源最短路径(标准版) 求单源最短路, 输出距离 Solution $nlogn$ 堆优化 $Djs$ Code cpp include include include include include typedef long long LL; using namespace s 阅读全文