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
一. 题目描写叙述 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」放棋子 ...
分类:
其他好文 时间:
2017-08-14 21:15:34
阅读次数:
231
0x00. 遇到问题 TiXmlNode 不提供节点属性查询,跟进代码查看有friend class TiXmlElement; 友员类,忘记怎么玩了╮(╯▽╰)╭。 0x01. 将代码抓取出来 A.一个段子轻松记住友元类之间的关系!(′▽′)ψ 甲愿意把甲的秘密告诉乙,但是乙不见得愿意把乙自己的秘 ...
分类:
其他好文 时间:
2017-08-13 09:59:47
阅读次数:
194
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中字符串可以用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
What Kind of Friends Are You? ...
分类:
其他好文 时间:
2017-08-07 00:25:27
阅读次数:
228