首页 标签「vector」的内容如下:
Highest Price in Supply Chain (25)(DFS)(PAT甲级)
2022-11-22

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

查看详情 5,123
设计模式——备忘录模式(C++实现)
2022-11-21

#include <iostream> #include <s…

查看详情 3,232
LintCode "Post Office Problem" !!!
2022-11-18

* Non-intuitive state designclass Soluti…

查看详情 2,810
STM8 定时器
2022-11-18

中断映射表 对应stm8_interrupt.c#pragma vector=1…

查看详情 4,066
POJ 2395 Out of Hay
2022-11-18

这个问题等价于求最小生成树中权值最大的边。#include<cstdio&…

查看详情 4,073
hdu 3062 2-SAT问题
2022-11-18

思路:裸的2-SAT。#include<map>#include&l…

查看详情 3,353
洛谷 P2231 [HNOI2002]跳蚤
2022-11-17

https://www.luogu.org/problemnew/show/P2…

查看详情 3,645
leetcode653
2022-11-17

class Solution {public: bool findTarget(…

查看详情 4,830
牛客练习赛23 F 托米的游戏
2022-11-15

https://www.nowcoder.com/acm/contest/156…

查看详情 4,561