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
POJ1007
intindex1; intresult[100]; inta=0; intb=0; intmin=0; intnum2=0; inttemp; intmin_index; #ifndefONLINE_JUDGE
freopen
Jeff
·
2016-02-02 19:18
POJ1005
void){ intnum; floatx_value=0.0; floaty_value=0.0; inta=1; intresult; floatlength; #ifndefONLINE_JUDGE
freopen
Jeff
·
2016-02-02 19:18
ONLINE_JUDGE
%g小数点后2位,但是自动会去除末尾的0 #include"stdio.h" intmain(void){ floatc; floatresult=0.0; #ifndefONLINE_JUDGE
freopen
Jeff
·
2016-02-02 19:17
POJ 3176(动态规划:数塔问题)
constintINF=0x3f3f3f3f; constintmaxn=400; intn; inta[maxn][maxn]; intmain(){ #ifndefONLINE_JUDGE
freopen
rachelsg
·
2016-02-02 14:00
【BZOJ 1877】 [SDOI2009]晨跑
带着
freopen
提交会TLE....... 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 #define
sxb_201
·
2016-02-02 11:00
Cocos2d 使用控制台打印的方法
文件夹下打开main.cpp3.增加以下代码:#defineUSE_WIN32_CONSOLE //以下加到入口函数 #ifdefUSE_WIN32_CONSOLE AllocConsole();
freopen
kingBook
·
2016-02-01 10:00
C++ 小程序
#include #include usingnamespacestd; intmain(){
freopen
("in.txt","r",stdin);
freopen
("out.txt","w",stdout
u014015972
·
2016-01-31 16:00
【校内互测】生日礼物
include#includeusingnamespacestd;doublex;intn,m,sum;intc[10005],w[10005],s[10005],f[100005];intmain(){
freopen
Clove_unique
·
2016-01-31 15:37
题解
dp
【校内互测】生日礼物
include#includeusingnamespacestd;doublex;intn,m,sum;intc[10005],w[10005],s[10005],f[100005];intmain(){
freopen
Clove_unique
·
2016-01-31 15:37
题解
dp
【校内互测】生日礼物
include usingnamespacestd; doublex; intn,m,sum; intc[10005],w[10005],s[10005],f[100005]; intmain(){
freopen
Clove_unique
·
2016-01-31 15:00
dp
C语言最小生成树prim算法(USACO3.1)
/ #include #include usingnamespacestd; inta[110][110],d[110],p[110]; intmain(){ inti,j,k,m,n,ans; //
freopen
huangkuizuiniu
·
2016-01-31 15:00
算法
C语言
USACO
图论
Prim
SPFA
include#includeconstintmaxn=100,INF=1000000000;inta[maxn][maxn],p[maxn],d[maxn],q[maxn*maxn];intmain(){
freopen
CM_yali
·
2016-01-29 16:55
C++
USACO3.1Agrinet最小生成树
#includeconstintmaxn=110,inf=100000000;inta[maxn][maxn],p[maxn],d[maxn],ans;intmain(){
freopen
("agrinet.in
cnyali
·
2016-01-27 16:02
程序代码
算法分享
USACO3.1Agrinet最小生成树
#include constintmaxn=110,inf=100000000; inta[maxn][maxn],p[maxn],d[maxn],ans; intmain(){
freopen
("agrinet.in
cnyali
·
2016-01-27 16:00
HDU 2096 小明A+B --- 水题
HDU2096/*HDU2096小明A+B---水题*/ #include intmain() { #ifdef_LOCAL
freopen
("D:\\input.txt","r",stdin
TommyChok
·
2016-01-24 21:00
Uva 10340.All in All
include 2usingnamespacestd; 3 4#defineREP(n)for(into=0;o
freopen
OhYee
·
2016-01-23 11:00
不陌生的素数
)1#include 2#include 3#include 4 5usingnamespacestd; 6 7boolprime(intx); 8 9intmain(){ 10//
freopen
jiu~
·
2016-01-17 23:00
hdu1075 字典树
这是第一次接触使用字典树,想想都有些小激动,特别还是把
freopen
一起交的那种。字典树又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。
u013504720
·
2016-01-15 14:00
APUE学习笔记【3】
STDIN_FILENO,STDOUT_FILENO和STDERR_FILENO;函数较多,此处收集函数定义FILEfopen(constchar*pathname,constchartype);FILE*
freopen
iso1991_xie
·
2016-01-14 10:37
linux
bzoj1046: [HAOI2007]上升序列
#include 3#include 4#include 5#include 6 7usingnamespacestd; 8 9voidsetIO(conststring&s){ 10
freopen
Showson
·
2016-01-13 21:00
Uva 232.Crossword Answers
#include 3usingnamespacestd; 4 5//#defineDebug 6 7intkase=0; 8boolDo(); 9 10intmain(){ 11//
freopen
OhYee
·
2016-01-10 22:00
UVa12063 Zeros and Ones
#include 3#include 4#include 5#include 6 7usingnamespacestd; 8 9voidsetIO(conststring&s){ 10
freopen
Showson
·
2016-01-08 08:00
BestCoder Round #69 (div.2)
A.geometry#include #include #include #include #include usingnamespacestd; intmain(){ //
freopen
onlyAzha
·
2016-01-02 22:00
codeforces 304B. Calendar (日期相减)
#include #include usingnamespacestd; boolleap[3000]; intmonth[15]; intmain() { //
freopen
("cin.txt","r
theArcticOcean
·
2015-12-28 11:00
Date
HDU 2085 核反应堆 --- 简单递推
#include constintN=35; longlonga[N],b[N];//a表示高能质点数目,b表示低能质点数目 intmain() { #ifdef_LOCAL
freopen
TommyChok
·
2015-12-28 03:00
HDU 2083 简易版之最短距离 --- 水题
include #include usingnamespacestd; constintmaxn=505; inta[maxn]; intmain() { #ifdef_LOCAL
freopen
TommyChok
·
2015-12-28 03:00
HDU 2082 找单词 --- 母函数
#include #include constintN=50; intnum[30],c1[N+10],c2[N+10]; intmain() { #ifdef_LOCAL
freopen
TommyChok
·
2015-12-27 03:00
C语言中的文件操作(2)---标准I/O文件操作
在上一篇文章中,我们初步了解了
freopen
()函数的用法。但在一些算法竞赛中不允许使用文件重定向操作,这时我们就只能用标准C头文件stdio.h中的fopen()函数进行对文件的读写了。
mlh1719233148
·
2015-12-26 14:33
c
编程语言
文件操作
PAT刷题
1001.A+BFormat(20)#include #include #include usingnamespacestd; charstr[100]; intmain(){ //
freopen
DoJintian
·
2015-12-25 18:00
pat
PAT刷题
1001.A+BFormat(20)#include#include#includeusingnamespacestd;charstr[100];intmain(){//
freopen
("I-in.txt
阿龙的圈子
·
2015-12-25 18:27
PAT
PAT刷题
1001.A+BFormat(20)#include #include #include usingnamespacestd; charstr[100]; intmain(){ //
freopen
DoJintian
·
2015-12-25 18:00
pat
freopen
()函数的使用
使用
freopen
函数可以解决测试数据输入问题,避免重复输入,不失为一种简单而有效的解决方法。函数名:
freopen
声明:FI
L_Andy
·
2015-12-24 19:00
17:单词替换
include 3intmain(intargc,char*argv[]) 4{ 5chars[105],a[105],b[105],t[105]; 6inti; 7intf; 8intj; 9
freopen
华山青竹
·
2015-12-24 16:00
Uva 1442
usingnamespacestd; inthu[1000100]; inthd[1000100]; intl[1000100]; intr[1000100]; intmain(){ //
freopen
onlyAzha
·
2015-12-22 22:00
win32 程序开启控制台输出信息
解决方案:AllocConsole();
freopen
("conout$","w",stdout); printf("hellohplonline!
u012675539
·
2015-12-20 12:00
Win32
控制台
例题7-2 11059 Maximum roduct最大乘积
#include #include #include usingnamespacestd; constintmaxn=20; intmain() { //
freopen
("a.txt","w",stdout
aozil_yang
·
2015-12-19 23:00
C语言
uva
UVA 11491 Erasing and Winning
#include #defineREP(i,a,b)for(inti=a;iq; intmain() {
freopen
("in.txt","r",stdin); while(cin>>n
__560
·
2015-12-17 21:00
《linux c编程指南》学习手记5
8.1流简介打开:fopen() 标准输入、标准输出、标准错误 关闭:fclose();8.2.1流的打开与关闭fopen打开特定的文件
freopen
在一个特定的流上打开一个文件fopen将一个流与某一个打开的特定文件相对应
凡尘网络
·
2015-12-15 16:00
SEERC15 求一个正整数n,使得a+n和b+n的LCM值最小
usingnamespacestd; vectorv; longlonggcd(longlongx,longlongy) { if(y==0) returnx; returngcd(y,x%y); } intmain() { //
freopen
cacyth
·
2015-12-08 15:00
文件的读取与写入操作
1、文件的重定向操作#include intmain() {
freopen
("input.txt","r",stdin);//重定向操作,所有的scanf在input.txt中读取;
freopen
(
llwwlql
·
2015-12-07 23:00
PAT甲级1008
直接上代码就是#include usingnamespacestd; constintUP=6,DOWN=4,KEEP=5; intmain(intagrc,char**argv){
freopen
("
u013220338
·
2015-12-06 09:00
【2015-2016 ACM-ICPC Pacific Northwest Regional Contest (Div 1)G】【坐标轴变换 LIS】Racing Gems 开车吃宝石,横向速度不能超
include #include #include #include #include #include #include #include usingnamespacestd; voidfre(){
freopen
snowy_smile
·
2015-12-03 21:00
codeforces
题库-CF
神奇技巧-坐标变换
DP-LIS
【2015-2016 ACM-ICPC Pacific Northwest Regional Contest (Div 1)A】【floyd 最小路径覆盖】最少飞机数满足所有航班要求
include #include #include #include #include #include #include #include usingnamespacestd; voidfre(){
freopen
snowy_smile
·
2015-12-03 19:00
codeforces
题库-CF
图论-最短路
图论-二分图匹配匈牙利算法
uva 11825 集合动态规划
黑书还完全没看过#include#includeusingnamespacestd;#includeintk[20],cover[(1<<16)+1],f[(1<<16)+1];intmain(){//
freopen
labrother
·
2015-11-25 14:32
dp—区间
白书第一章
uva 11825 集合动态规划
include #include usingnamespacestd; #include intk[20],cover[(1<<16)+1],f[(1<<16)+1]; intmain() { //
freopen
driver13
·
2015-11-25 14:00
【HDU5564 BestCoder Round 62 (div1)B】【DP转矩阵快速幂】Clarke and digits 长度在[l,r]范围内7倍数数个数要求相邻两位不为K
include #include #include #include #include #include #include #include usingnamespacestd; voidfre(){
freopen
snowy_smile
·
2015-11-18 17:00
矩阵快速幂
题库-HDU
open、fopen与
freopen
Linux(C/C++)下的文件操作open、fopen与freopenopen是linux下的底层系统调用函数,fopen与freopenc/c++下的标准I/O库函数,带输入/输出缓冲。linxu下的fopen是open的封装函数,fopen最终还是要调用底层的系统调用open。所以在linux下如果需要对设备进行明确的控制,那最好使用底层系统调用(open),open对应的文件操作有:clo
wsclinux
·
2015-11-18 15:00
freopen
()
freopen
()函数:1.格式FILE*
freopen
(constchar*filename,constchar*mode,FILE*stream);2.参数说明filename:要打开的文件名mode
wsclinux
·
2015-11-18 15:00
【HDU5563 BestCoder Round 62 (div1)A】【计算几何 凸包】Clarke and five-pointed star 正五边形判定 正五角星判定
include #include #include #include #include #include #include #include usingnamespacestd; voidfre(){
freopen
snowy_smile
·
2015-11-17 21:00
HDU5563
【hihocoder1255 2015北京赛区G】【简单模拟 简化写法超棒哦】 Mysterious Antiques in Sackler Museum 四个矩形选三个 恰好拼成大矩形
include #include #include #include #include #include #include #include usingnamespacestd; voidfre(){
freopen
snowy_smile
·
2015-11-17 19:00
hihocoder1255
上一页
21
22
23
24
25
26
27
28
下一页
按字母分类:
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
其他