D. Time to go back You have been out of Syria for a long time, and you recently decided to come back. You remember that you have M friends there and s ...
分类:
其他好文 时间:
2017-07-17 21:47:14
阅读次数:
174
TT and FF are ... friends. Uh... very very good friends -________-b FF is a bad boy, he is always wooing TT to play the following game with him. This ...
分类:
其他好文 时间:
2017-07-15 13:57:28
阅读次数:
145
定义: my_girl_friends=['aa','bb','cc',4,10,30] 或my_girl_friends=list(['aa','bb','cc',4,10,30]) # 获取类型 print(type(my_girl_friends)) #取第几个位置的取 print(my_gi... ...
分类:
编程语言 时间:
2017-07-13 23:37:27
阅读次数:
250
Description Lost and AekdyCoin are friends. They always play "number game"(A boring game based on number theory) together. We all know that AekdyCoin ...
分类:
其他好文 时间:
2017-07-11 21:08:48
阅读次数:
244
Friends Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 878 Accepted Submission(s): 422 Problem ...
分类:
其他好文 时间:
2017-07-09 19:31:25
阅读次数:
159
Review Of designed Pattern principle OutLine: Explanation in principles of designed pattern and useful designed pattern’s samples, As we known, there ...
分类:
其他好文 时间:
2017-07-08 11:16:47
阅读次数:
160
创建数据库 命令: python manage.py makemigrations python manage.py migrate python manage.py runserver 127.0.0.1:8000 ###启动django 创建后台超级用户 python manage.py cre ...
分类:
其他好文 时间:
2017-07-03 12:26:58
阅读次数:
247
Problem Description There are n men ,every man has an ID(1..n).their ID is unique. Whose ID is i and i-1 are friends, Whose ID is i and i+1 are friend ...
分类:
其他好文 时间:
2017-07-02 20:23:14
阅读次数:
305
1 # 面向对象 2 # 3 # 特性 4 # class 类 :对一类拥有相同属性的对象的抽象,蓝图,原型 定义对象的共同方法 5 # object 对象:类的实例化后的实体 一个类可以实例化多个对象 每个对象亦有不同的属性 6 # 7 # 封装: 内部调用对外部是透明的 里面包含类的数据和方法 ... ...
分类:
编程语言 时间:
2017-06-30 15:41:04
阅读次数:
158
Like everyone else, cows like to stand close to their friends when queuing for feed. FJ has N (2 <= N <= 1,000) cows numbered 1..N standing along a st ...
分类:
其他好文 时间:
2017-06-30 13:50:13
阅读次数:
204