码迷,mamicode.com
首页 >  
搜索关键字:sister    ( 68个结果
C 实战练习题目77
题目:填空练习(指向指针的指针)。 程序分析:无。 程序源代码: 1 #include<stdio.h> 2 #include<stdlib.h> 3 int main() 4 { 5 const char *s[]={"man","woman","girl","boy","sister"}; 6 ...
分类:其他好文   时间:2020-08-01 21:17:33    阅读次数:72
使用一个JSON对象,描述下面这段话
小明22岁,来自杭州,爱好看电影和旅游。小明有两个姐姐,一个叫小红,25岁,是一名经理。另一个叫小兰,23岁,是一名数学老师。 { "name": "小明", "age": "22", "form": "杭州", "hobby": ["电影", "旅游"], "sister": [ { "name" ...
分类:Web程序   时间:2020-06-05 13:29:45    阅读次数:128
XHXJ's LIS (数位dp)
题干 \ define xhxj (Xin Hang senior sister(学姐)) If you do not know xhxj, then carefully reading the entire description is very important. As the stronge ...
分类:其他好文   时间:2020-04-22 16:11:45    阅读次数:74
hdu 4352 XHXJ's LIS 数位DP+最长上升子序列
题目描述 #define xhxj (Xin Hang senior sister(学姐))If you do not know xhxj, then carefully reading the entire description is very important.As the stronges ...
分类:其他好文   时间:2020-04-22 11:33:54    阅读次数:83
Python学习(四)—— 列表和元组的类中方法
列表 list:用中括号括起来,用“,”分割每个元素,列表中的元素可以是 数字、字符串、列表、布尔值......所有东西,可以说就是一个“集合” li = [1,3,5,'alex','age',['sister',5],True] 支持用索引、切片的方式取值 支持 for、while循环 列表元素 ...
分类:编程语言   时间:2020-02-20 00:13:07    阅读次数:91
The happy secret to better work,https://www.ted.com/talks/shawn_achor_the_happy_secret_to_better_work/transcript#t-100352
When I was seven years old and my sister was just five years old, we were playing on top of a bunk bed. I was two years older than my sister at the ti ...
分类:移动开发   时间:2019-11-24 09:49:42    阅读次数:97
英语口语会话七
1.你要去哪啊? Where are you going? To see my sister downtown 2.她什么时候搬过来的? When did she move here? Ten years ago 3.她住在一个公寓里. She lives in an apartment downt ...
分类:其他好文   时间:2019-07-23 23:52:27    阅读次数:229
HDU1944 S-NIM(多个NIM博弈)
Arthur and his sister Caroll have been playing a game called Nim for some time now. Nim is played as follows: The starting position has a number of he ...
分类:其他好文   时间:2019-01-28 20:08:33    阅读次数:123
English trip V1 - 4.Do you have it? Teacher:Patrick Key: have - has doesn't have
In this lesson you will learn to describe what you have. STARTER Do you have a ...? # 你有...吗? car brother/sister job hobby favorite song Tell your tut ...
分类:其他好文   时间:2018-11-13 00:11:19    阅读次数:174
My situation
1. debt father: 120000 sister: 60000 total: 180000 huabei: 1934.82 wangshuangdai: 4166.67 feiqile: 6242.22 jingdongbaitiao: 1165.85 total: 13509.56 da ...
分类:其他好文   时间:2018-09-15 23:22:17    阅读次数:212
68条   1 2 3 4 ... 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!