码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
Lesson 5 Youth
How does the writer like to treat young people? People are always talking about 'the problem of youth'. If there id one -- which I take leave to doubt ...
分类:其他好文   时间:2020-02-09 16:37:25    阅读次数:90
python购物车
哈哈哈哈,怎么说呢,苦尽甘来吧,终于,购物车这个B东西,终于让老子搞出来了 money=int(input("please put you money:"))print("you money is",money)commodity=[["iphone",9000], ["huawei",8000], ...
分类:编程语言   时间:2020-02-09 16:23:17    阅读次数:87
简单加减乘除
#include <stdio.h> #include <string.h> char get_choice(void); char get_first(void); float get_float(void); void add(void); void subtract(void); void m ...
分类:其他好文   时间:2020-02-08 16:05:14    阅读次数:69
shell read命令
read命令 有四个选项 –p (提示语句) –n (接收的字符个数) –t (等待时间) –s (不回显)基本读取read命令接收键盘的输入,得到输入后,将数据存放在一个标准变量中#!/usr/bin/bashread -p "please input youe name:" name;echo ... ...
分类:系统相关   时间:2020-02-06 01:15:12    阅读次数:91
hdu 6182A Math Problem(快速幂)
You are given a positive integer n, please count how many positive integers k satisfy kk≤nkk≤n. InputThere are no more than 50 test cases. Each case o ...
分类:其他好文   时间:2020-02-04 12:22:03    阅读次数:55
ciscn_2019_ne_5
ret2text类型 从fflush中获取 “sh” 传参给system即可 脚本如下 from pwn import * r=remote('node3.buuoj.cn',25488) e=ELF('ciscn_2019_ne_5') sys_plt=e.plt['system'] sh_add ...
分类:其他好文   时间:2020-02-04 10:22:26    阅读次数:92
INT128
```cpp #include #define DEBUG cerr = 0) LowPart = p; else LowPart = p, HERE.rev(); } INT128(long long p,long long q){ HighPart = p; LowPart = q; } voi... ...
分类:其他好文   时间:2020-02-02 23:20:13    阅读次数:83
leetcode328 Odd Even Linked List
1 """ 2 Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and ...
分类:其他好文   时间:2020-02-01 23:19:31    阅读次数:69
LeetCode 473 - Matchsticks to Square - Medium (Python)
Remember the story of Little Match Girl? By now, you know exactly what matchsticks the little match girl has, please find out a way you can make one s ...
分类:编程语言   时间:2020-01-31 10:39:41    阅读次数:122
LeetCode472 - Concatenated Words - Hard (Python)
Given a list of words (without duplicates), please write a program that returns all concatenated words in the given list of words. A concatenated word ...
分类:编程语言   时间:2020-01-31 10:38:24    阅读次数:73
3193条   上一页 1 ... 25 26 27 28 29 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!