码迷,mamicode.com
首页 >  
搜索关键字:friend    ( 1299个结果
293 Flip Game
You are playing the following Flip Game with your friend: Given a string that contains only these two characters: + and -, you and your friend take tu... ...
分类:其他好文   时间:2017-08-19 09:23:18    阅读次数:174
能组成几个单词
题目:(自己完成的) 输入一串字符串,计算看是不是包含f,r,i,e,n,d 并计算能组成 几个friend ...
分类:其他好文   时间:2017-08-18 23:39:05    阅读次数:223
leetcode笔记:Bulls and Cows
一. 题目描写叙述 You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to guess what the number is. ...
分类:其他好文   时间:2017-08-18 19:57:14    阅读次数:225
操作符重载
#include #include //labs #include using namespace std; //表示美元金额的类a class Money { public: friend Money operator +(const Money& amount1,const Money& amo... ...
分类:其他好文   时间:2017-08-17 20:22:28    阅读次数:160
LibreOJ #2061. 「HAOI2016」放棋子
二次连通门 : LibreOJ #2061. 「HAOI2016」放棋子 ...
分类:其他好文   时间:2017-08-14 21:15:34    阅读次数:231
TinyXml友员类的复习
0x00. 遇到问题 TiXmlNode 不提供节点属性查询,跟进代码查看有friend class TiXmlElement; 友员类,忘记怎么玩了╮(╯▽╰)╭。 0x01. 将代码抓取出来 A.一个段子轻松记住友元类之间的关系!(′▽′)ψ 甲愿意把甲的秘密告诉乙,但是乙不见得愿意把乙自己的秘 ...
分类:其他好文   时间:2017-08-13 09:59:47    阅读次数:194
[BZOJ 3551] Peaks 半可持久化并查集 可持久化线段树合并
实现 ...
分类:其他好文   时间:2017-08-12 20:24:27    阅读次数:225
Round #423 C. String Reconstruction(Div.2)
Ivan had string s consisting of small English letters. However, his friend Julia decided to make fun of him and hid the string s. Ivan preferred makin ...
分类:其他好文   时间:2017-08-08 17:48:09    阅读次数:181
Python中字符串的表示
区别于其他语言,python中字符串可以用3中方法表示,且都能被正确编译: 1、'mary' 单引号括起来 2、"it's a great day" 双引号括起来 3、''' nice to meet you, my dear friend. ''' 三引号括起来 区别: a、单引号和双引号没有什么 ...
分类:编程语言   时间:2017-08-08 15:13:22    阅读次数:189
ZOJ 3960: What Kind of Friends Are You?
What Kind of Friends Are You? ...
分类:其他好文   时间:2017-08-07 00:25:27    阅读次数:228
1299条   上一页 1 ... 50 51 52 53 54 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!