14254. Wall Painting
Constraints
Time Limit: 1 secs, Memory Limit: 256 MB
Description
A wall looks dirty, so Alpha has been sent there to repaint it in order to make it clean.
The wall is H fee...
分类:
其他好文 时间:
2015-04-07 13:55:53
阅读次数:
154
传送门:http://codeforces.com/problemset/problem/398/B
Description:
User ainta decided to paint a wall. The wall consists of
n2 tiles, that are arranged in an
n?×?n table. Some tiles are painted...
分类:
其他好文 时间:
2015-04-02 15:10:48
阅读次数:
164
gcc/g++编译器对于.c格式的C文件,可以采用gcc或g++编译对于.cc、.cpp格式的C++文件,应该采用g++进行编译常用的选项:-c表示编译源文件-o表示输出目标文件-g表示在目标文件中产生调试信息,用于gdb调试-D编译时将宏定义传入进去-Wall打开所有类型的警告。1.gcc编译过程...
分类:
系统相关 时间:
2015-03-29 17:56:54
阅读次数:
219
烂大街的IOI2014题解
IOI2014 Rail(单调栈)
IOI2014 Wall(区间修改线段树)
IOI2014 Game(构造)
IOI2014 Gondola(模拟+快速幂)
IOI2014 Friend(树形DP)
IOI2014 Holiday(函数式线段树+决策单调性分治)...
分类:
其他好文 时间:
2015-03-29 16:35:38
阅读次数:
452
Paint on a WallTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 65768/65768 K (Java/Others)Total Submission(s): 830Accepted Submission(s): 325Prob...
分类:
其他好文 时间:
2015-03-20 17:46:40
阅读次数:
194
网络命令 历史上最早的即时通信1 write linzhiling (内容) ctrl+D结束 这样一封信就写出去了,注意:只有用户在线才可以发送2 wall (write all) 给所有的用户写信3 ping命令 ping 192.168.1.1 注意:主要看丢包率,丢包率高说明...
分类:
系统相关 时间:
2015-03-17 12:07:59
阅读次数:
234
题目链接:UOJ - 25题目分析每个操作就是将被操作的数限制在一个区间,比如 Set_Max(5) 就是将被操作的数限定在了 [5, INF] 的区间里。这些操作是可加的,但是必须按照顺序,不满足交换律。对每个节点维护两个标记 Min_Tag[x], Max_Tag[x] ,表示这个节点的数被限制...
分类:
其他好文 时间:
2015-03-17 10:12:57
阅读次数:
157
题目:WallTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 119 Accepted Submission(s): 47 Problem DescriptionOnce upon a time there was a greedy King w...
分类:
其他好文 时间:
2015-03-16 21:19:04
阅读次数:
180
1、环境搭建终端:sudo apt-get install mpich2安装的是mpich2的1.4.1版本。2、编译终端:mpicc mpi_hello.c -g -Wall -o mpi_hello3、运行终端:mpiexec -n ./mpi_hello例:用4个进程运行程序mpiexec ....
分类:
系统相关 时间:
2015-03-14 21:41:11
阅读次数:
196
Problem DescriptionAs a amateur artist, Xenocide loves painting the wall. The wall can be considered as a line consisting of n nodes. Each node has it...
分类:
其他好文 时间:
2015-03-09 09:21:15
阅读次数:
122