码迷,mamicode.com
首页 >  
搜索关键字:csuoj    ( 86个结果
csuoj 1335: 高桥和低桥
http://acm.csu.edu.cn/OnlineJudge/problem.php?id=13351335: 高桥和低桥Time Limit:1 SecMemory Limit:128 MBSubmit:802Solved:221[Submit][Status][Web Board]Desc...
分类:其他好文   时间:2015-04-25 21:00:28    阅读次数:218
csuOJ啊 1553
题目地址:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1553#include #include #include using namespace std;int main(){ long long int a[10005],n,k; ...
分类:其他好文   时间:2015-04-16 21:36:35    阅读次数:99
CSUOJ--1563: Lexicography
这个题目就是求一个序列的第k个字典序排序,因为k比较大所以我们不能穷举,而是用其它的方法求。代码如下:#include #include #include using namespace std;#define ll long longchar str[20]; int cc[30]; ll fac[20],k;ll GetNum(int cnt...
分类:其他好文   时间:2015-04-06 20:19:16    阅读次数:121
CSUOJ 1554 SG Value
1554: SG ValueTime Limit:5 SecMemory Limit:256 MBSubmit:140Solved:35DescriptionThe SG value of a set (multiset) is the minimum positive integer that c...
分类:其他好文   时间:2015-04-01 23:14:14    阅读次数:107
CSUOJ 1555 Inversion Sequence
1555: Inversion SequenceTime Limit:2 SecMemory Limit:256 MBSubmit:107Solved:34DescriptionFor sequence i1, i2, i3, … , iN, we set aj to be the number o...
分类:其他好文   时间:2015-03-31 00:19:26    阅读次数:300
CSUOJ 1551 Longest Increasing Subsequence Again
1551: LongestIncreasingSubsequence AgainTime Limit:2 SecMemory Limit:256 MBSubmit:75Solved:52DescriptionGive you a numeric sequence. If you can demoli...
分类:其他好文   时间:2015-03-30 21:01:19    阅读次数:147
CSUOJ 1549 Navigition Problem
1549: Navigition ProblemTime Limit:1 SecMemory Limit:256 MBSubmit:65Solved:12DescriptionNavigation is a field of study that focuses on the process of ...
分类:其他好文   时间:2015-03-29 20:54:36    阅读次数:181
CSUOJ 1526 Beam me out!
Beam me out!King Remark, first of his name, is a benign ruler and every wrongdoer gets a second chance after repenting his crimes in the Great Maze!To...
分类:其他好文   时间:2015-03-20 20:24:09    阅读次数:154
CSUOJ 1525 Algebraic Teamwork
Problem AAlgebraic TeamworkThe great pioneers of group theory and linear algebra want to cooperate and join their theories. In group theory, permutati...
分类:其他好文   时间:2015-03-17 19:55:59    阅读次数:125
csuoj--1347Last Digit+数学问题
题意:    定义一个函数f(n, k) = 1k + 2k + 3k +...+ nk,输入n,k求f(n,k)的最后一位数字。 思路:   本来相用快速幂做的,后面想了一下因为它只关心最后一位数字,所以其实该函数是一个周期为10的周期函数(我们只关心n的最后一位数字);然后对于0--9的幂又是有周期的(自己稍微在纸上写一下就知道了),所以可以利用周期性解决了:对于每一次输入,我们先计...
分类:其他好文   时间:2014-12-27 08:59:23    阅读次数:141
86条   上一页 1 ... 5 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!