icpc数论题
数论刷的题
灵感为零
这个作者很懒,什么都没留下…
展开
-
Lightoj 1236
思路在代码里~~#include <iostream>#include <math.h>#include <string.h>#include <algorithm>#include <queue>#define ll long longusing namespace std;const int N=1e7+10;bool vis[N];int prime[1000000],tot;void init(){ tot=0;原创 2021-05-17 09:13:57 · 125 阅读 · 0 评论 -
poj2318 TOYS
#include <iostream>#include <cstring>#define ll long longusing namespace std;//const int maxn=struct point{ int x,y;};struct node{ point a,b;} pp[5100];int pos[5100];int judge(int x,int y,int mid){ int k=(pp[mid].a.x-x)*(pp[mid]原创 2021-04-29 15:53:38 · 95 阅读 · 0 评论