首页 标签「const」的内容如下:( Page 2 )
BZOJ4445: [Scoi2015]小凸想跑步
2022-11-15

裸半平面交。记得把P0P1表示的半平面加进去,否则点可能在多边形外。#inclu…

查看详情 2,305
struct
2022-11-15

struct QSortStack { public int high; pub…

查看详情 2,168
A tiny program to benchmark image transpose algorithms
2022-11-14

Here is the code:#include <stdio.h>…

查看详情 2,411
hdu 3549 Flow Problem (最大流)
2022-11-14

裸最大流,做模板用m条边,n个点,求最大流#include <iostre…

查看详情 3,555
lihgtoj 1006
2022-11-14

记忆化搜索下即可。#include<cstdio>#include&…

查看详情 4,167
C++ STD Gems06
2022-11-13

generate、generate_n、sample、iota#include …

查看详情 2,205
PATA 1006. Sign In and Sign Out (25)
2022-11-13

#include <bits/stdc++.h>using name…

查看详情 2,937
51Nod 1098 最小方差 (数论)
2022-11-12

#include <iostream> #include <c…

查看详情 3,441
BZOJ 3339 && BZOJ 3585 莫队+权值分块
2022-11-12

显然若一个数大于n就不可能是答案。 #include <iostream&…

查看详情 4,584