码迷,mamicode.com
首页 >  
搜索关键字:elephant    ( 131个结果
Shell之基本脚本
1 交互式脚本:变量内容由用户决定 2 随日期变化:利用日期创建文件 3 数值运算:简单的加减乘除 4 test命令 5 判断符号[] 1 #!/bin/bash 2 3 read -p "Please input y/n: " yn 4 5 if [ "$yn" == "Y" ] || [ "$y ...
分类:系统相关   时间:2019-08-27 17:44:19    阅读次数:190
[CodeForces-259C] Little Elephant and Bits
C. Little Elephant and Bits time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The Little E ...
分类:其他好文   时间:2019-08-21 09:52:14    阅读次数:82
CodeForces-259B]Little Elephant and Magic Square
Little Elephant loves magic squares very much. A magic square is a 3?×?3 table, each cell contains some positive integer. At that the sums of integers ...
分类:其他好文   时间:2019-08-21 09:33:05    阅读次数:119
『题解』Codeforces220B Little Elephant and Array
Portal Portal1: "Codeforces" Portal2: "Luogu" Description The Little Elephant loves playing with arrays. He has array $a$, consisting of $n$ positive ...
分类:其他好文   时间:2019-08-05 14:02:37    阅读次数:83
CodeForces Gym-101350M
M. Make Cents? time limit per test 6.0 s memory limit per test 256 MB input standard input output standard output Every year, an elephant qualifies to... ...
分类:其他好文   时间:2019-08-04 01:43:09    阅读次数:124
成语接龙(英语单词链)
《构建之法》练习题 大家经常玩成语接龙游戏,我们试一试英语的接龙吧:一个文本文件中有N 个不同的英语单词, 我们能否写一个程序,快速找出最长的能首尾相连的英语单词链,每个单词最多只能用一次。最长的定义是:最多单词数量,和单词中字母的数量无关。 例如, 文件里有: Apple Zoo Elephant ...
分类:其他好文   时间:2019-06-06 21:16:23    阅读次数:582
JAVA课堂测试之单词接龙
在input.txt中输入几个随机相接的单词例如Apple Zoo Elephant Under Fox Dog Moon Leaf Tree。 在代码中读取 File f = new File("input.txt"); FileInputStream fip = new FileInputStr ...
分类:编程语言   时间:2019-06-06 21:06:52    阅读次数:106
51nod1327 棋盘游戏
远古大坑 神仙DP状态设计题 https://blog.csdn.net/white_elephant/article/details/83592103 从行的角度入手,无论如何都要状压 每列最多放一个,所以从列的角度入手 每列会左端点结束,右端点出现,以及空位 个数设为:l[i],r[i],md[ ...
分类:其他好文   时间:2019-05-18 17:17:46    阅读次数:117
大象席地而坐
magnet:?xt=urn:btih:faefa246fdecdeba5d76da1dfe2a4cc666fc5fa5&dn=大象席地而坐.An.Elephant.Sitting.Still.2018.HD1080P.X264.AAC.Mandarin.CHS.Mp4Ba ...
分类:其他好文   时间:2019-04-06 16:41:43    阅读次数:138
codeforces259B
Little Elephant and Magic Square CodeForces - 259B Little Elephant loves magic squares very much. A magic square is a 3?×?3 table, each cell contains ...
分类:其他好文   时间:2019-04-02 21:15:04    阅读次数:180
131条   上一页 1 2 3 4 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!