码迷,mamicode.com
首页 >  
搜索关键字:exercise 1-3    ( 479个结果
python3练习100题——028
原题链接:http://www.runoob.com/python/python-exercise-example28.html 题目:有5个人坐在一起,问第五个人多少岁?他说比第4个人大2岁。问第4个人岁数,他说比第3个人大2岁。问第三个人,又说比第2人大两岁。问第2个人,说比第一个人大两岁。最后 ...
分类:编程语言   时间:2018-06-16 14:25:53    阅读次数:146
python3练习100题——027
又是一道迭代的题,没做好。 看了答案才试着写出来。 我一定要加油啊,为了尽快摆脱现在讨厌的生活! 原题链接:http://www.runoob.com/python/python-exercise-example27.html 题目:利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。 我 ...
分类:编程语言   时间:2018-06-15 12:51:04    阅读次数:163
python3练习100题——022
为了周末轻松点,多做一些题。 原题链接:http://www.runoob.com/python/python-exercise-example22.html 题目:两个乒乓球队进行比赛,各出三人。甲队为a,b,c三人,乙队为x,y,z三人。已抽签决定比赛名单。有人向队员打听比赛的名单。a说他不和x ...
分类:编程语言   时间:2018-06-08 12:08:41    阅读次数:221
3.1 EXERCISE
3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.20 3.1.1 ...
分类:其他好文   时间:2018-06-08 12:01:16    阅读次数:103
Luogu P3000 [USACO10DEC]牛的健美操Cow Calisthenics
题目描述 Farmer John continues his never-ending quest to keep the cows fit by having them exercise on various cow paths that run through the pastures. The ...
分类:其他好文   时间:2018-06-06 18:20:20    阅读次数:171
python3练习100题——018
原题链接:http://www.runoob.com/python/python-exercise-example18.html 题目:求s=a+aa+aaa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加由键盘控制。 分析 ...
分类:编程语言   时间:2018-06-05 15:42:18    阅读次数:179
2.4.6
question: Using the conventions of EXERCISE 2.4.1, give the sequence of heaps produced when the operations P R I O * R * * I * T * Y * * * Q U E * * * ...
分类:其他好文   时间:2018-06-04 22:28:42    阅读次数:180
2.4 EXERCISE
2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.20 ...
分类:其他好文   时间:2018-06-04 21:31:42    阅读次数:124
python3练习100题——011
原题链接:http://www.runoob.com/python/python-exercise-example11.html 题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 分析:看起来挺复杂的 ...
分类:编程语言   时间:2018-05-29 11:56:13    阅读次数:188
python3练习100题——008
今天第二道,做了明天就可以休息一下~ 原题链接:http://www.runoob.com/python/python-exercise-example8.html 题目:输出 9*9 乘法口诀表。 答案给出的结果是: 思考: print会自动换行,所以一定要规定下end='\t'或者end=' ' ...
分类:编程语言   时间:2018-05-26 10:43:21    阅读次数:238
479条   上一页 1 ... 10 11 12 13 14 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!