上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 39 下一页
摘要: A. Bark to Unlock time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output As technologies develo 阅读全文
posted @ 2017-10-10 15:43 #忘乎所以# 阅读(326) 评论(0) 推荐(0)
摘要: A. k-th divisor time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given two intege 阅读全文
posted @ 2017-10-05 21:54 #忘乎所以# 阅读(236) 评论(0) 推荐(0)
摘要: 求最长公共子序列,比较出两个字符串的最长的序列。用动态规划求解 1 #include 2 #define N 10005 3 #define mem(a) memset(a,0,sizeof(a)) 4 5 using namespace std; 6 int k[N][N]; 7 stack s; 8 void substring(string s1,string s2){ ... 阅读全文
posted @ 2017-10-05 21:39 #忘乎所以# 阅读(184) 评论(0) 推荐(0)
摘要: D. Modulo maths time limit per test 0.25 s memory limit per test 256 MB input standard input output standard output Birute loves modular arithmetics, 阅读全文
posted @ 2017-10-01 23:52 #忘乎所以# 阅读(245) 评论(0) 推荐(0)
摘要: B. Shift and Push time limit per test 1.0 s memory limit per test 256 MB input standard input output standard output Given two equally sized arrays A 阅读全文
posted @ 2017-10-01 23:48 #忘乎所以# 阅读(181) 评论(0) 推荐(0)
摘要: A. Holiday Of Equality time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output In Berland it is t 阅读全文
posted @ 2017-09-30 15:45 #忘乎所以# 阅读(201) 评论(0) 推荐(0)
摘要: D. Make a Permutation! time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Ivan has an array 阅读全文
posted @ 2017-09-26 15:27 #忘乎所以# 阅读(205) 评论(0) 推荐(0)
摘要: C. Bus time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A bus moves along the coordinate 阅读全文
posted @ 2017-09-26 15:24 #忘乎所以# 阅读(260) 评论(0) 推荐(0)
摘要: B. Polycarp and Letters time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Polycarp loves l 阅读全文
posted @ 2017-09-26 15:20 #忘乎所以# 阅读(388) 评论(0) 推荐(0)
摘要: A. Fair Game time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Petya and Vasya decided to p 阅读全文
posted @ 2017-09-26 15:17 #忘乎所以# 阅读(286) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 39 下一页