
ACM数学
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Amphiphilic Carbon Molecules UVA - 1606 (看不懂)
思想简单易懂,代码晦涩难懂 先放着吧 代码来自刘汝佳代码仓库 主要是统计个数那块不太明白 // UVa1606 Amphiphilic Carbon Molecules // Rujia Liu // To make life a bit easier, we change each color 1 point into color 0. // Then we only need to ...原创 2018-09-10 17:00:21 · 204 阅读 · 0 评论 -
Irrelevant Elements UVA - 1635 唯一分解定理
很不错的一道题 //a^b=c a^c=b #include<iostream> #include<cmath> #include<cstdio> #include<cstdlib> #include<cstring> #include<iomanip> #include<assert.h> #incl原创 2018-09-17 20:50:10 · 180 阅读 · 0 评论 -
Send a Table UVA - 10820 欧拉函数打表
//欧拉函数打表 #include<iostream> #include<cmath> #include<cstdio> #include<cstdlib> #include<cstring> #include<iomanip> #include<assert.h> #include<vector&原创 2018-09-17 21:18:42 · 197 阅读 · 0 评论 -
3个重要的同余式定理
https://www.cnblogs.com/ibilllee/p/7704927.html转载 2018-09-19 21:04:51 · 670 阅读 · 0 评论