E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
freopen
计蒜客 11069 易彰彪的一张表
找子串是否存在Algorithm直接用String类不过要getline不知为何#include #include #include usingnamespacestd; intmain() { //
freopen
YYecust
·
2016-04-24 14:00
1015
从a到b的最少步数思路形成过程:看到最少,想到BFS刚看到这个提的output这么长本以为要输出走的路径,要是这样的话做起来就难多了遇到一个小问题:如果队列不清空会出错
freopen
(“1”,”r”,stdin
nierunjie
·
2016-04-23 17:00
freopen
-C/C++方便的文件输入输出
#include//实际使用中发现
freopen
也包含在iostream中,C++代码#include即可。
big_big_snail
·
2016-04-23 12:02
linuxC编程
如何对拍数据
1对拍程序(注意对拍程序中的文件名,要与两个被测程序和数据生成器的名字相同,而且要与这三个程序源码中的名字相同,如在数据生成器main开头写上
freopen
("temp.in","w",stdout);
(博客:嚜寒)
·
2016-04-22 18:00
debug
ac
对拍
括号配对问题
输入第一行输入一个数N(0 #include #include #include using namespace std; int main() { //
freopen
(
txl16211
·
2016-04-21 14:00
动态规划
栈
括号匹配
APUE------标准I/O库
freopen
函数清除一个流的定向;fwide函数可用于设置流的定向
qq_33351410
·
2016-04-20 17:00
poj 1705
为了比较答案,用了
freopen
(“input.txt”,”r”,stdin);
freopen
(“output.
Since_natural_ran
·
2016-04-20 00:00
poj
FZU 2146 Easy Game
include #include #include #include #include #include #include #include usingnamespacestd; intmain() { //
freopen
qq_21057881
·
2016-04-19 21:00
南京理工大学第八届程序设计大赛 J water1
defineLLlonglong #defineUunsigned usingnamespacestd; intcas=1,T; intn,h[N+10],w[N+10]; LLans; intmain() { //
freopen
qq_21057881
·
2016-04-17 23:00
南京理工大学第八届程序设计大赛 A 偷吃糖果
defineUunsigned usingnamespacestd; intcas=1,T; chars[N+10],t[N+10],ss[N+10],tt[N+10]; intsn,tn; intmain() { //
freopen
qq_21057881
·
2016-04-17 23:00
算法竞赛 基本模板
include #include #include #include #include #include #include #include usingnamespacestd; intmain() {
freopen
cFarmerReally
·
2016-04-16 17:00
Google Code Jam 2016 Round 1A
#include usingnamespacestd; #definelllonglong stringstr; intmain(){
freopen
("A-large.in","r",stdin
squee_spoon
·
2016-04-16 13:00
Google
Code-Jam
CDOJ 1135 邱老师看电影 概率dp
include#include#include#includeusingnamespacestd;#definemaxn1005doubledp[maxn][maxn];intw,b;intmain(){//
freopen
sky-edge
·
2016-04-14 13:47
数据结构
CDOJ
CDOJ 1135 邱老师看电影 概率dp
include #include #include usingnamespacestd; #definemaxn1005 doubledp[maxn][maxn]; intw,b; intmain() { //
freopen
code12hour
·
2016-04-14 13:00
USACO-Section 3.4 Raucous Rockers (DP)
include usingnamespacestd; intn,t,m,minu,dp[25][25],ans;//dp[i][j]表示用到第i张唱片的前j分钟时能保存最多的歌曲数 intmain(){
freopen
idealism_xxm
·
2016-04-12 19:00
dp
USACO
关于C语言的输入输出重定向
1、一种是在程序中设置:使用
freopen
将输入输出重定向。C语言的标准输入输出为stdin和stdout,这两个变量的类型为FILE*类型,也就是说,标准输入输出操作,其本质还是文件操作。
初秋的风
·
2016-04-11 21:06
C
文件流重定向
作用:(1)调试的时候输入很不方便,所以存在文件中点一次就行了,提升效率; (2)如果暴力跑代码,可以存在out.text里面,优化代码,检查代码;格式:宏定义:#definefr(x)
freopen
(
qq_33638791
·
2016-04-11 15:00
freopen
与 fstream 的速度之争
(4月7日)这里只测读入速度,打印速度不作评测一、整数测试数据一览foo1~foo5:20000000个0~231-1范围的整数foo6~foo10:20000000个−231~231-1范围的整数foo11~foo13:20000000个0~263-1范围的整数foo14~foo16:20000000个−263~263-1范围的整数foo17~foo19:20000000个0~215-1范围的整
gotojava9
·
2016-04-09 22:00
fstream
freopen
输入输出重定
freopen
freopen
()函数:1.格式FILE *
freopen
( const char * filename, const char * mode, FILE * stream );2.参数说明filename
xf_zhen
·
2016-04-09 17:00
HDOJ-1422 重温世界杯
include #defineINF1e9 #definemaxn200005 usingnamespacestd; intnum[maxn]; intdp[maxn]; intmain(){ //
freopen
qq_26122039
·
2016-04-08 14:00
括号配对问题(I && II)
输入第一行输入一个数N(0 #include #include #include usingnamespacestd; intmain() { //
freopen
("1.txt","r",stdin)
u013050857
·
2016-04-07 21:00
字符串
动态规划
经典问题
[数学] BZOJ 4459 [Jsoi2013]丢番图
就是个类似求n^2因子个数的东西#include #include usingnamespacestd; typedeflonglongll; lln,ans; intmain() {
freopen
u014609452
·
2016-04-07 20:00
03-树2 List Leaves
#include #include structNode{ introot;//记录节点是否是根节点 intleft; intright; }; intmain(){ //
freopen
("test.txt
sinat_26918145
·
2016-04-06 15:00
<
>学习标记整理
--------1、linux/unix中文件名的最大长度是NAME_MAX,路径的最大长度是PATH_MAX2、用于打开和关闭一个文件流的函数有三个(1)、fopen(2)、fclose()(3)、
freopen
hujian_
·
2016-04-05 20:00
c
linux
unix
C语言
freopen
函数
使用
freopen
函数可以解决测试数据输入问题,避免重复输入,不失为一种简单而有效的解决方法。 函数名:
freopen
声明:FI
u012349696
·
2016-04-04 13:00
File
C语言
ACM
X
POJ2533 Longest Ordered Subsequence
usingnamespacestd; constintMAX_SIZE=50009; intdp[MAX_SIZE],arr[MAX_SIZE]; intn,m; intmain() { //
freopen
H992109898
·
2016-04-04 12:00
poj 1017 经典贪心算法
测了很多数据,很多注意的情况,主要是开始的时候分清思路,并且需要严谨终于AC,代码如下#include#includeusingnamespacestd;intmain(){inta[10];//
freopen
这个昵称好像藏起来了
·
2016-04-02 20:55
贪心算法
acm
poj 1017 非常非常经典的贪心的算法
测了很多数据,很多注意的情况,主要是开始的时候分清思路,并且需要严谨终于AC,代码如下#include #include usingnamespacestd; intmain() { inta[10]; //
freopen
Summer__show_
·
2016-04-02 20:00
CDOJ 1133 菲波拉契数制 01背包
include #include #include usingnamespacestd; #definemaxn100005 intFib[26]; intdp[26][maxn]; intmain() { //
freopen
code12hour
·
2016-04-01 12:00
错误与断言
程序如下所示:#include"stdio.h"intmain(){ charch;
freopen
("original.txt","r",stdin);//输入输出被分别重定向到两个文件。
bufanq
·
2016-03-31 22:00
C语言
断言
条件表达式错误
HDOJ-1527 取石子游戏(威佐夫博奕)
#include #include #include #include #include #include usingnamespacestd; intmain(){ //
freopen
("in.txt
qq_26122039
·
2016-03-31 15:00
USACO-Section 3.3 A Game (区间DP)
N(2 #include usingnamespacestd; constintMAXN=105; intn,sum[MAXN]={0},dp[MAXN][MAXN]; intmain(){
freopen
idealism_xxm
·
2016-03-30 14:00
USACO
区间DP
poj-2109-Power of Cryptography
#include #include #defineN1010 #definelllonglong usingnamespacestd; intmain(){ #ifndefONLINE_JUDGE
freopen
qq_21120027
·
2016-03-28 09:00
华为2016校招上机笔试题第一题
每组输入第一行是两个正整数N和M(0#includeusingnamespacestd;constintmaxn=30005;intstu[maxn];intmain(){//
freopen
("in.txt
新世纪的神
·
2016-03-27 19:43
华为机试题
HDU 1519 Think Positive
09-《数学归纳法与解题之道》#include #include #include usingnamespacestd; intmain(){ //
freopen
("a.in","r",stdin);
nlj1999
·
2016-03-25 15:00
Codeforces 622C (vector 二分)
个 usingnamespacestd; #definemaxn1000005 vectorgg[maxn]; intn,m; intfa[maxn],a[maxn]; intmain(){ //
freopen
morejarphone
·
2016-03-25 15:00
poj1458 Common Subsequence(最长公共子序列)
include#include#includeusingnamespacestd;constintN=1005;constintINF=1000005;intdp[N][N];intmain(){//
freopen
Flynn_curry
·
2016-03-23 22:41
ACM-动态规划
poj
2016SDAU课程练习一_1017
5.AC代码#include #include #include intnum[4]={0,5,3,1}; intbox[7]; intmain(){ //
freopen
("input
nierunjie
·
2016-03-23 17:00
USACO-Section 3.2 Stringsobits(DP)
位的数字时:若dp[n-1][l] #include #include usingnamespacestd; inti,j; longlongdp[33][33],n,l,m; intmain(){
freopen
idealism_xxm
·
2016-03-21 12:00
dp
USACO
C/C++ 文件
有时我们想调试程序的时候,每次都命令行输入输出太麻烦并且输入输出在一起,面对一些比较奇怪的格式就不好办办法只需要加上这两行就行了#include intmain() {
freopen
("input.txt
YYecust
·
2016-03-18 15:00
HDOJ-1521 排列组合
include #include #include usingnamespacestd; doublec1[15],c2[15]; intnum[15],d[15]; intmain(){ //
freopen
qq_26122039
·
2016-03-17 22:00
HDU 5641 King's Phone
pid=5641代码:#include #include #include usingnamespacestd; intmain() { //
freopen
("in.txt","r",stdin); /
qq_32473657
·
2016-03-15 17:00
算法学习之邻接表
. // #include #include usingnamespacestd; intmain(intargc,constchar*argv[]){
freopen
("/Users/zhangjiatao
u013555159
·
2016-03-15 09:00
HDOJ-1874 畅通工程续(Floyed)
#include #include #include usingnamespacestd; #definemaxn205 intGraph[maxn][maxn]; intmain() { //
freopen
qq_26122039
·
2016-03-13 16:00
HDOJ-2544 最短路(Dijkstra)
include usingnamespacestd; #definemaxn105 intGraph[maxn][maxn]; intdis[maxn],mark[maxn]; intmain() { //
freopen
qq_26122039
·
2016-03-13 14:00
HDOJ-1233 还是畅通工程(最小生成树)
include usingnamespacestd; #definemaxn105 intGraph[maxn][maxn]; intdis[maxn],num[maxn]; intmain() { //
freopen
qq_26122039
·
2016-03-13 11:00
并查集
=x) { returnfind(parent[x]); } else returnparent[x]; } intmain() {
freopen
("input.txt","r",
qq_33665647
·
2016-03-13 11:00
C++
算法
ACM
kruskal
并查集
2016郑州大学ACM/ICPC训练赛 Round1
cf的一道题)#include #definelllonglong #defineN1010 usingnamespacestd; intmain() { #ifndefONLINE_JUDGE //
freopen
qq_21120027
·
2016-03-12 18:00
HDOJ-2110 Crisis of HDU
include usingnamespacestd; #definemaxn100 intp[maxn],m[maxn],c1[maxn*maxn],c2[maxn*maxn]; intmain() { //
freopen
qq_26122039
·
2016-03-10 22:00
UVA 11136(p245)----Hoax or what
#include #definedebu usingnamespacestd; intn; multisets; intmain() { #ifdefdebug
freopen
("in.in","r",
wang2147483647
·
2016-03-10 21:00
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他