首页 标签「vector」的内容如下:( Page 2 )
CodeForces 710A King Moves
2022-11-15

简单题。#pragma comment(linker, "/STACK:1024…

查看详情 4,459
POJ – 2653 – Pick-up sticks 线段与线段相交
2022-11-14

判断线段与线段相交莫名其妙的数据量 #include <iostream&…

查看详情 3,943
Awesome Delphi
2022-11-14

Awesome Delphi A curated list of aw…

查看详情 2,809
C++ STD Gems06
2022-11-13

generate、generate_n、sample、iota#include …

查看详情 2,203
hdu 5306 优先队列
2022-11-12

用到优先队列 #include<iostream> #include…

查看详情 4,896
codeforce 621B Wet Shark and Bishops
2022-11-10

对角线 x1+y1=x2+y2 或者x1-y1=x2-y2 #include&l…

查看详情 3,406
sparse matrix format
2022-11-10

see Spare Matrix wikipedia item,and scip…

查看详情 3,603
HackerRank "Dorsey Thief"
2022-11-09

A variation to 0-1 Knapsack. (No Python …

查看详情 3,643
C++ STL用法总结(持续更新)
2022-11-08

Vector 动态数组https://www.cnblogs.com/zhong…

查看详情 1,064
CodeForces 620C Pearls in a Row
2022-11-06

水题,每当出现重复就分割开来,最后留下的尾巴给最后一段#include<c…