YorkWu's Blog
Activity Calendar
Count the number of articles and author reviews over the last 10 months
Loading...
Radar Chart
Loading...
Release Chart
Loading...
Classification Chart
Loading...
Tag Chart
Loading...
时光机
新
时光机
好久没回来了,明天蓝旭面试,不知道以后能不能继续更新。。。
March 25th, 2022 at 11:04 pm
高考后再见吧!
January 26th, 2021 at 09:26 pm
还有266天。。。
September 13th, 2020 at 01:46 pm
username
password
Login
logging in...
文章
时光机
Articles under the label of 数论
Home
数论
zkw一课——数论
素数
YorkWu
September 16, 2019
No comments
数论 学习笔记
OI Wiki了解一下最大公约数int gcd(int a, int b){ if(b == 0) return a; return gcd(b, a % b); }裴蜀定理(贝祖定理)设$a,b$是不全为零的整数,则存在整数$x,y$, 使得$ax+by=gcd(a,b)$.扩展欧几里得用于求解方程$ax+by=gcd(a,b)$代码:int exgcd(int a, in...
YorkWu
July 30, 2019
1 comments
清北学堂noip2018集训D3
高精度算法
YorkWu
March 9, 2019
No comments
Article Directory