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
lis nlogn
intleft,right,mid;left=0,right=len;while(left=arr[i])right=mid;elseleft=mid+1;}returnleft;}intmain(){
freopen
CE自动机
·
2018-09-16 23:57
题解
P1042 乒乓球
#includeusingnamespacestd;intmain(){
freopen
("in.txt","r",stdin);strings;intflag=0;while(1){stringtemp
是三水不是泗水
·
2018-09-13 12:43
C++/PAT/洛谷OJ
P1098 字符串的展开
#includeusingnamespacestd;intmain(){
freopen
("in.txt","r",stdin);intp1,p2,p3;cin>>p1>>p2>>p3;getchar()
是三水不是泗水
·
2018-09-12 19:38
C++/PAT/洛谷OJ
pat1150 Travelling Salesman Problem
include#include#include#include#include#includeusingnamespacestd;intn,m,x,y,c,q,k;map,int>mp;intmain(){//
freopen
csx0987
·
2018-09-10 08:50
pat
Java 输入输出重定向与加速读写
比较简单)的输入输出一般是这样:Scannerin=newScanner(System.in);in.hasNext();in.nextInt();...但是有时候比如ACM,会希望像c++中那样使用
freopen
xFayChen
·
2018-09-09 20:49
程序语言
教你刷输入输出样例
所以我就在这里给你们演示下我是怎么只用c++编译器写的数据思路先用随机值函数模拟输入数据并用
freopen
输出成输入文件再用你那道题的ac程序,读取刚才刷出的文件并处理最后再用
freopen
输出完工!
Summer_undertone
·
2018-09-04 20:22
OI
刷数据
自主建立题目
C++
Gym - 101775L SOS (博弈,找规律)
solution: #defineFRER()
freopen
("i.txt"
jrltx
·
2018-09-01 00:00
博弈
pat1122 Hamiltonian Cycle
include#include#include#includeusingnamespacestd;typedefpairP;intV,E,x,y;intQ,N,s,e;setst;intmain(){//
freopen
csx0987
·
2018-08-31 09:25
pat
1011 World Cup Betting
#includeusingnamespacestd;intmain(){
freopen
("in.txt","r",stdin);doublet[4]={};stringc;for(inti=0;i>w>
是三水不是泗水
·
2018-08-26 22:55
C++/PAT/洛谷OJ
数塔问题(动规)
#include#includeusingnamespacestd;intmain(){//
freopen
("input.txt","r",stdin);inta[5][5];intpath[5][5]
猹弟
·
2018-08-26 21:45
Algorithms
Unlocked
关于double类型的memset填充问题
我们可以写一个程序来看一看:#include#include#includeusingnamespacestd;intmain(){doublecgg;
freopen
("cgg.txt","w",stdout
cggwz
·
2018-08-20 22:04
数据类型
C++
memset
初始化
NOIP
杂文
信息学名词解释
信息学小技巧
POJ 1503 Integer Inquiry 水题
:#include#include#include#include#includeusingnamespacestd;charstr[105];charresult[105];intmain(){//
freopen
sky-edge
·
2018-08-17 15:03
水题
POJ
【JZOJ A组】【NOIP2017提高A组模拟7.10】随机
所以我们可以枚举区间长度(i#include#includeusingnamespacestd;intans,n,a[1000077];intmain(){
freopen
("random.in","r"
CE自动机
·
2018-08-09 21:31
题解
贪心
set
【USACO】The Tamworth Two
includeusingnamespacestd;intdirection[4][2]={-1,0,0,1,1,0,0,-1};intpos_f[2],pos_c[2];intmeet_time=0;intmain(){
freopen
AltairXs
·
2018-08-06 18:25
USACO
USACO 2.2 Sorting a Three-Valued Sequence 三值的排序
反思代码#include#include#include#includeusingnamespacestd;intn,tot[4],sum[4][4];intlist[1005];intmain(){
freopen
DWAE86
·
2018-07-29 16:36
USACO
排序
freopen
("in.txt","r",stdin) 函数的用法
通过google,找到一种简便的方法,那就是
freopen
函数。使用
freopen
函数可以解决测试数据输入问题,避免重复输入,不失为一种简单而有效的解决方法。
Xylon_
·
2018-07-28 09:19
算法笔记
C/C++
POJ 1083 Moving Tables 水题
把桌子从l挪动到r(l#include#include#include#include#includeusingnamespacestd;intcnt[205];intmain(){//
freopen
(
sky-edge
·
2018-07-27 15:15
水题
POJ
动态规划01背包算法笔记
#include#includeusingnamespacestd;intmain(){
freopen
("C:\\Users\\23535\\Desktop\\in.txt","r",stdin);//
hhdmw
·
2018-07-27 10:31
暑假ACM
USACO 1.4 Ski Course Design 修雪山
include#include#includeusingnamespacestd;constintinf=1999999999;longlongans=inf;intn,hill[1002];intmain(){
freopen
DWAE86
·
2018-07-25 15:48
USACO
信息竞赛--打表法讲解
缺点是代码可能太大,或者情况覆盖不完对于不会超时,数据规模适合打表,为了简洁你也可以打表例一:NOIP2008T2这道题n#include#includeusingnamespacestd;intmain(){
freopen
Hi_KER
·
2018-07-24 17:59
竞赛考试
信息竞赛知识点
信息竞赛--打表法讲解
缺点是代码可能太大,或者情况覆盖不完对于不会超时,数据规模适合打表,为了简洁你也可以打表例一:NOIP2008T2这道题n#include#includeusingnamespacestd;intmain(){
freopen
Hi_KER
·
2018-07-24 17:59
竞赛考试
信息竞赛知识点
牛客网多校1 Removal(dp)
constintmod=1e9+7;constintmaxn=1e5+10;ints[maxn];intdp[maxn][11],sum[maxn];///长度为i结尾为jintn,m,k;intmain(){///
freopen
_XFire
·
2018-07-20 14:58
dp
多校
递推
垂直柱状图
include#include#include#includeusingnamespacestd;intcnt[26];//全局数组默认初始化值为0;intmain(){intl;charzifu[100];//
freopen
Joerrot
·
2018-07-14 15:48
算法
C语言标准输入输出重定向
函数:
freopen
头文件:stdio.h/cstdio标准输入重定向:
freopen
("a.txt","r",stdin);有了这句以后cin,scanf,getc,gets都从文件”a.txt”里来啦这个在
da_kao_la
·
2018-07-13 18:01
Cpp
纪中暑假培训: Date 3 :音乐节拍
模拟C组:音乐节拍题目:FJ准备教他的奶牛弹奏一首歌曲,歌曲由N(1#include#includeusingnamespacestd;inta[50005],ans[50005];intmain(){
freopen
SSL_GJH
·
2018-07-08 16:14
二分
模拟
Linux C 文件操作
打开文件头文件#include函数原型FILE*fopen(constchar*path,constchar*mode);FILE*fdopen(intfd,constchar*mode);FILE*
freopen
狼小浪
·
2018-06-28 17:02
Linux_C
【LGR-048 五周年庆贺】洛谷6月月赛
includeusingnamespacestd;#definelllonglong#defineinf0x3f3f3f3f#defineN200010doublev,a;doubleconstg=10;intmain(){//
freopen
Icefox_zhx
·
2018-06-18 23:58
其他oj
贪心
模拟
比赛
平衡树
Hash
freopen
函数和 fopen 函数简单介绍
偶然碰到了
freopen
这个函数,起初以为和fopen什么的一样,但是发现close后不能好好输出了。先说说fopen()吧。
XavierDarkness
·
2018-06-10 09:35
C-C++
第四次面向对象程序设计作业
在文件读写方面,我一开始用的是C++书本上的方法,但在使用时却有一些错误,之后一直用的是
freopen
,但在这次的作业中发现了它的不足,一旦进行了文件的输出就无法在运行界面输出,希望在接下来的学
王钟贤
·
2018-05-26 21:00
2018面对对象_作业四
我个人还是比较习惯于C的一套文件读写方式(
freopen
、fclose),因为感觉对于作业来说,如此的读取方式并没有什么不妥,而自己也更加熟悉,用起来也比较习惯(我
FormerAutumn
·
2018-05-23 13:00
文件操作
重定向这种方法比较简单,只要在main()函数的开始加上:
freopen
("c:\\tmp\\input.txt","r",stdin);//输入来自于c:\tmp\input.txtfreopen("
EIMadrigal
·
2018-05-19 22:02
file
operation
acm
语言特性
【USACO】Cow Pedigrees
N的树,相当于,(1)左子树高为K-1,右子树高#include#include#include#include#include#includeusingnamespacestd;intmain(){
freopen
AltairXs
·
2018-05-01 14:11
DP
USACO
STL之全排列函数poj1716
#include#include#include#includeusingnamespacestd;intmain(){//
freopen
("input.txt","r",stdin);inta[5],
ksmasterasy
·
2018-04-23 19:49
【USACO】Arithmetic Progressions
/*ID:PROG:ariprogLANG:C++11*/#include#includeusingnamespacestd;intmain(){
freopen
("ariprog.in","r",stdin
AltairXs
·
2018-04-21 00:17
USACO
搜索
【USACO】Ski Course Design
/*ID:PROG:skidesignLANG:C++11*/#include#include#includeusingnamespacestd;intmain(){
freopen
("skidesign.in
AltairXs
·
2018-04-20 20:42
枚举
USACO
蓝桥杯 历届试题 k倍区间(同余定理、前缀和、组合)
includeusingnamespacestd;constintmaxn=1e5+10;intdata[maxn];longlongsum[maxn];longlongcnt[maxn];intmain(){//
freopen
Cqh_i
·
2018-03-29 21:02
蓝桥杯
数学分析
CodeForces 948A - Protect Sheep
若有羊输出No否则Yes,每个空地.上都放置一条狗算法:简单模拟题代码includeusingnamespacestd;constintN=500+5;chardp[N][N];intmain(){//
freopen
Mr_Troy
·
2018-03-20 14:42
C语言——文件重定向
由于变量在未赋值之前的值是不确定的(初值不一定为0),这时我们可以用文件把输入数据保存在文件中,输出数据也保存在文件中,而使用文件最简单的方法便是使用输入输出重定向,只需在main函数的入口处加入以下两条语句:
freopen
淸水鱼_
·
2018-03-16 22:13
C语言
牛客网-2017网易游戏雷火盘古实习生招聘笔试真题-解题思路及源码
(){strings;cin>>s;charc=s[0];intcnt=1;for(inti=1;iusingnamespacestd;constintmaxn=100+10;intmain(){//
freopen
HGaviN
·
2018-02-02 22:01
牛客网笔试题
51nod 1103-N的倍数(抽屉原理)
:#include#include#includeusingnamespacestd;constintmaxn=50005;intn;inta[maxn],sum[maxn];intmain(){//
freopen
Apel_dey
·
2018-02-01 01:04
题解
【JZOJ 4309】【NOIP2015模拟11.4】刷题计划 刷题计划
19999199999999100009999999910000算法讨论暴力嗯……#includeusingnamespacestd;#definemaxn106inta[maxn][3],n,m;boolf[maxn],ac[maxn];intmain(){
freopen
Fallen_Angel001
·
2018-01-30 20:00
暴力
2018寒假中山纪中
算法竞赛入门经典第二章
函数返回不超过x的最大整数time.hclock()函数返回程序目前为止运行的时间,除以CLOCKS_PER_SEC得到单位为秒输入结束符Windows:Ctrl+ZLinux:Ctrl+D输入输出重定向:
freopen
Bendaai
·
2017-12-29 16:49
算法竞赛入门经典
算法竞赛入门经典
关于scanf读写文件数据
freopen
("input.txt","r",stdin);
freopen
("output.txt","w",stdout);这两行代码的作用是重定向,作用是使得scanf从文件input.txt读入数据
hk_kang
·
2017-12-09 16:33
[构造] Atcoder AGC001 D. Arrays and Palindrome
1,A2…Am−1,Am+1就好了#include#include#includeusingnamespacestd;constintN=110;intn,m,a[N],b[N];intmain(){
freopen
LowestJN
·
2017-12-06 20:17
构造
杂题
Thinking
Training
【NOIP2017】Day1代码
include#include#include#include#includeusingnamespacestd;typedeflonglongLL;LLa,b,x,y;LLtmp,ans;intmain(){
freopen
Dream_Lolita
·
2017-12-05 21:28
NOIP
【NOIP2017】Day1代码
include#include#include#include#includeusingnamespacestd;typedeflonglongLL;LLa,b,x,y;LLtmp,ans;intmain(){
freopen
Dream_Lolita
·
2017-12-05 21:28
NOIP
简单的文件操作
freopen
("date.in","r",stdin);//重定向所有标准的输入为文件输入
freopen
("date.out","w",stdout);//重定向所有标准的输出为文件输出fclose(
akinonatsuma
·
2017-11-26 21:13
milk
代码:#include#includestructFAR{intp,a;}far[5123];voidqs(intl,intr);intmain(void){
freopen
("milk.in","r"
Annie-qu
·
2017-11-25 10:08
USACO
dualpal
代码:#include#includeintispali(intx);intmain(void){
freopen
("dualpal.in","r",stdin);
freopen
("dualpal.out
Annie-qu
·
2017-11-25 10:37
USACO
比赛中使用文件输入输出
使用文件最简单的方式就是使用输入输出重定向
freopen
("input.txt","r",stdin);//从文件读入
freopen
("outout.txt","w",stdout);//写入文件非重定向
小米的蝉
·
2017-11-20 22:52
知识点
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
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
其他