2014年9月17日

Functional Programming Contest - September'14

摘要: 比赛链接A题1 -- Enter your code here. Read input from STDIN. Print output to STDOUT2 main = do3 x [y]++[x]++acc) [] $ zip x yB题1 -- Enter your code he... 阅读全文

posted @ 2014-09-17 18:52 Stomach_ache 阅读(178) 评论(0) 推荐(0) 编辑

CodeChef--SEPT14小结

摘要: 这套题目只做了几个相对简单的。其他的做起来比较吃力。A找下规律 1 /************************************************************************* 2 > File Name: A.cpp 3 > Author: ... 阅读全文

posted @ 2014-09-17 15:25 Stomach_ache 阅读(226) 评论(0) 推荐(0) 编辑

Weekly 10 小结

摘要: A题模拟 1 T = int(input()) 2 while T: 3 T -= 1 4 s = raw_input() 5 n = len(s) 6 res, pre = 0, 0 7 for i in xrange(1, n): 8 if... 阅读全文

posted @ 2014-09-17 14:19 Stomach_ache 阅读(192) 评论(0) 推荐(0) 编辑

导航