码迷,mamicode.com
首页 >  
搜索关键字:getchar    ( 2598个结果
自动转换机
...
分类:其他好文   时间:2016-11-30 14:46:50    阅读次数:166
SPOJ GSS2 Can you answer these queries II
Time Limit: 1000MS Memory Limit: 1572864KB 64bit IO Format: %lld & %llu Description Being a completist and a simplist, kid Yang Zhe cannot solve but g ...
分类:其他好文   时间:2016-11-30 03:21:52    阅读次数:265
hdu 5718(Oracle)大数加法
用getchar可以一个数字一个地读入,对于一个十进制数,最多就是10个数字,使用计数可以很方便地进行排序,再用dfs每十位十位地进行大数相加写dfs的时候需要注意,把保存状态的临时数组定义在dfs里面 #include <iostream> #include <algorithm> #includ ...
分类:数据库   时间:2016-11-29 22:20:46    阅读次数:259
Day 1 T1
题目描述 小南有一套可爱的玩具小人, 它们各有不同的职业。 有一天, 这些玩具小人把小南的眼镜藏了起来。 小南发现玩具小人们围成了一个圈,它们有的面朝圈内,有的面朝圈外。如下图: 这时singer告诉小南一个谜題: “眼镜藏在我左数第3个玩具小人的右数第1个玩具小人的左数第2个玩具小人那里。 ” 小 ...
分类:其他好文   时间:2016-11-26 11:30:31    阅读次数:246
有穷自动机
...
分类:其他好文   时间:2016-11-25 20:13:17    阅读次数:134
SPOJ913 Query on a tree II
Time Limit: 433MS Memory Limit: 1572864KB 64bit IO Format: %lld & %llu Description You are given a tree (an undirected acyclic connected graph) with N ...
分类:其他好文   时间:2016-11-24 18:08:14    阅读次数:202
作业9
...
分类:其他好文   时间:2016-11-24 08:06:56    阅读次数:157
第九次作业
...
分类:其他好文   时间:2016-11-24 06:59:06    阅读次数:155
第九次作业
...
分类:其他好文   时间:2016-11-22 23:37:53    阅读次数:261
UVa 1592 数据库(c++pair)
Input Input contains several datasets. The first line of each dataset contains two integer numbersn and m (1n10000, 1m10), the number of rows and colu ...
分类:数据库   时间:2016-11-22 01:54:37    阅读次数:376
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!