码迷,mamicode.com
首页 >  
搜索关键字:challenge    ( 728个结果
Python Challenge 3~5
第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
Python Challenge 0~2
第O关 用python计算2 ** 38,替换url即可第1关 确实蒙了,最后还是GOOGLE了一下,才明白是指所有字母位移>>两位import stringtrans = str.maketrans('abcdefghijklmnopqrstuvwxyz','cdefghijklmnopqrs.....
分类:编程语言   时间:2014-10-26 16:53:03    阅读次数:186
Simple Web API Server in Golang (2)
In this challenge, I tried to implement a simple OAuth2 server basing on Simple Web API Server
分类:Windows程序   时间:2014-10-26 01:35:27    阅读次数:302
String to Integer (atoi)
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
Connecting Docker for Cloud Services using SDN and Network Virtualization
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
String to Integer (atoi)
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
[LeetCode]String to Integer (atoi)
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
[Leetcode] String to Integer (atoi)
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
Magic Board (codechef February 2013 Challenge)
题目链接 :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
Maximum number, GCD condition (codechef March Challenge 2014)
题目 :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
728条   上一页 1 ... 66 67 68 69 70 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!