第3关 ORZ,又是源代码。开启正则表达式。from urllib import *from urllib.request import *import reres = urlopen('http://www.pythonchallenge.com/pc/def/equality.html')li....
分类:
编程语言 时间:
2014-10-26 19:33:43
阅读次数:
215
第O关 用python计算2 ** 38,替换url即可第1关 确实蒙了,最后还是GOOGLE了一下,才明白是指所有字母位移>>两位import stringtrans = str.maketrans('abcdefghijklmnopqrstuvwxyz','cdefghijklmnopqrs.....
分类:
编程语言 时间:
2014-10-26 16:53:03
阅读次数:
186
In this challenge, I tried to implement a simple OAuth2 server basing on Simple Web API Server
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:
其他好文 时间:
2014-10-22 17:23:02
阅读次数:
196
Abstract
Theexplosive scale of container CPUs needs highly efficient network virtualization
Challenge
Thenumber of container-based CPUs will be 10-100 multiples up over that ofhype...
分类:
Web程序 时间:
2014-10-22 15:55:13
阅读次数:
280
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below ...
分类:
其他好文 时间:
2014-10-21 02:13:40
阅读次数:
211
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:
其他好文 时间:
2014-10-20 20:59:42
阅读次数:
275
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:
其他好文 时间:
2014-10-19 06:53:03
阅读次数:
181
题目链接 :http://acm.bnu.edu.cn/v3/problem_show.php?pid=40517这又是很不错的一道题目。题意是给一个n*n(n 2 #include 3 #include 4 5 using namespace std; 6 #define lson a, ...
分类:
其他好文 时间:
2014-10-17 01:08:53
阅读次数:
287
题目 :http://acm.bnu.edu.cn/v3/problem_show.php?pid=40489最近做到的一道蛮有意思的题目(codechef现在的题目确实很赞了)题意 :中文题面 (cc的一大好处就是有中文翻译,嘿嘿)区间Max = max{a_i|gcd(a_i, g) > 1 &...
分类:
其他好文 时间:
2014-10-16 23:35:33
阅读次数:
307