首页 标签「iostream」的内容如下:
C++ 获取字符串中的所有汉字
2022-11-22

#include<iostream>using namespace …

查看详情 3,196
poj1014 dp 多重背包
2022-11-21

//Accepted 624 KB 16 ms //dp 背包 多重背包 #in…

查看详情 4,456
[OpenCV] Samples 11: image sequence
2022-11-21

一帧一帧地读取视频流。VideoCapture sequence(file_vi…

查看详情 4,437
bzoj 1821: [JSOI2010]Group 部落划分 Group
2022-11-18

#include<cstdio> #include<iostr…

查看详情 3,986
1234: ZJTZYRC筛offer(并查集 )
2022-11-17

链接:http://xcacm.hfut.edu.cn/problem.php?…

查看详情 3,023
POJ1080 Human Gene Functions(LCS)
2022-11-16

题目链接。分析:和 LCS 差不多。#include <iostream&…

查看详情 3,084
POJ1321 棋盘问题(dfs)
2022-11-16

题目链接。分析:用 dfs 一行一行的搜索,col记录当前列是否已经放置。AC代…

查看详情 2,466
CodeForces 669C Little Artem and Matrix GNU
2022-11-15

模拟。把操作记录一下,倒着复原回去。#pragma comment(linker…

查看详情 3,278
hdu4619Warm up 2
2022-11-15

http://acm.hdu.edu.cn/showproblem.php?pi…

查看详情 3,624