码迷,mamicode.com
首页 >  
搜索关键字:letter    ( 1667个结果
设置关于字体的属性
设置关于字体的属性 ...
分类:其他好文   时间:2017-10-14 18:20:31    阅读次数:134
Sublime的Package Control安装方法
Package Control插件本身是一个为了方便管理插件的插件 最简单的方式是通过Sublime Text 3的console命令界面进行安装 Sublime text3 Sublime text2 如果命令行安装失败,可以使用手动安装的方法 1.官方地址:https://packagecont ...
分类:其他好文   时间:2017-10-13 13:58:35    阅读次数:174
17. Letter Combinations of a Phone Number
其实这个题目和(1,2,3,4,......)这种数的全排列组合是类似的 1 #include 2 #include 3 char** letterCombinations(char* digits, int* returnSize); 4 int main() { 5 6 char* digits... ...
分类:其他好文   时间:2017-10-13 12:27:43    阅读次数:141
vijos p1217 乒乓球
注意数组越界。#include<iostream> #include<cmath> using namespace std; char letter[10001]; void Output(int cap,int type) { int w = 0, l = 0; for (int i = 0; i ...
分类:其他好文   时间:2017-10-12 10:10:14    阅读次数:254
【IEEE会议论文】格式规范问题
- Text area: The height of the text should not be much smaller than 23.5 cm and the width should not be much smaller than 18.4 cm. Your text area is t ...
分类:其他好文   时间:2017-10-12 00:55:36    阅读次数:174
python tricks
1. 2. 3. 4. 5. 6. 7. ...
分类:编程语言   时间:2017-10-11 13:02:04    阅读次数:115
【HDU 1686 Oulipo】
Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 16166 Accepted Submission(s): 6444 Problem Descri ...
分类:其他好文   时间:2017-10-11 11:16:14    阅读次数:198
hdu 4055--Number String(DP)
题目链接 Problem Description The signature of a permutation is a string that is computed as follows: for each pair of consecutive elements of the permutat ...
分类:其他好文   时间:2017-10-08 21:28:49    阅读次数:203
护照规则,2017年6月起国内航线坐飞机不能用护照
2017年6月起新版《民用航空安全检查规则》最大的改变是国内航段不能用护照坐飞机了。在此之前,国际联程票中的国内段是可以直接用护照及通行证登机的,所以很多人飞国外,就算有国内航段,也不带身份证,而按新规要求,只拿护照或通行证,没带身份证或证件过期,国内段就登不了机。 1、每个国家有每个国家的规则2、 ...
分类:其他好文   时间:2017-10-03 00:26:22    阅读次数:379
poj 3294 后缀数组
Life Forms Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 16223 Accepted: 4763 Description You may have wondered why most extraterrestrial ...
分类:编程语言   时间:2017-10-02 11:52:13    阅读次数:253
1667条   上一页 1 ... 71 72 73 74 75 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!