随笔分类 - 数论
摘要:n!的长度等于log10(n!) 1 2 3 4 5 6 7 8 9 10 11 #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; double ans = 1; for(int i = 1; i
阅读全文
摘要:A - Anton and Polyhedrons 【模拟】 简单题。map<string,int>mp累计字符串权值 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 #include <bits/stdc++
阅读全文
摘要:1 2 3 4 5 6 7 8 9 10 11 12 #include <bits/stdc++.h> typedef long long LL; using namespace std; int main() { int n; double a[100010]; double sum = 0; c
阅读全文
摘要:用力戳我下载全套题的pdf~ 用力戳我直达cf评测系统~ 目前已做出: Problem A. Number Theory Problem Problem D. Ice Cream Tower Problem L. World Cup 题解: A。简单数论 1 2 3 4 5 6 7 8 9 10 1
阅读全文

浙公网安备 33010602011771号