码迷,mamicode.com
首页 >  
搜索关键字:friends    ( 1058个结果
Gym - 100952D
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
hdu3038 How Many Answers Are Wrong
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
Python 列表的定义以及常用函数
定义: 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
HDU - 3341 Lost's revenge(AC自己主动机+DP)
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
HDU 5305 Friends(简单DFS)
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
designed principle
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
Django学习_BBS开发
创建数据库 命令: 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
HDU4638:Group(线段树离线处理)
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
Python面向对象
1 # 面向对象 2 # 3 # 特性 4 # class 类 :对一类拥有相同属性的对象的抽象,蓝图,原型 定义对象的共同方法 5 # object 对象:类的实例化后的实体 一个类可以实例化多个对象 每个对象亦有不同的属性 6 # 7 # 封装: 内部调用对外部是透明的 里面包含类的数据和方法 ... ...
分类:编程语言   时间:2017-06-30 15:41:04    阅读次数:158
poj3169 Layout
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
1058条   上一页 1 ... 32 33 34 35 36 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!