码迷,mamicode.com
首页 >  
搜索关键字:spell    ( 219个结果
A1005. Spell It Right (20)
Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.Input Specificati...
分类:其他好文   时间:2015-03-14 09:36:09    阅读次数:133
Spell checker(暴力)
Spell checkerTime Limit:2000MSMemory Limit:65536KTotal Submissions:20188Accepted:7404DescriptionYou, as a member of a development team for a new spell...
分类:其他好文   时间:2015-03-07 17:00:34    阅读次数:270
【ZOJ】3380 Patchouli's Spell Cards
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3957题意:m个位置,每个位置填1~n的数,求至少有L个位置的数一样的概率(1#include #include using namespace std;struct inum {...
分类:其他好文   时间:2015-02-26 21:28:35    阅读次数:175
PAT:1005. Spell It Right (20) AC
#include#includechar alp[10][10]={"zero","one","two","three","four","five","six","seven","eight","nine"};char str[1200];int main(){ scanf("%s",str); ....
分类:其他好文   时间:2015-02-21 15:28:26    阅读次数:209
1005. Spell It Right
1005. Spell It Right (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a non-negative integer N, your task is to compute the sum of ...
分类:其他好文   时间:2015-02-05 17:55:18    阅读次数:178
PAT1005.Spell It Right
Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specificat...
分类:其他好文   时间:2015-02-04 16:10:53    阅读次数:149
在载入MindManager时出现拼写检查失败的错误
适用于:?MindManager?X5,?6,?7,?8   症状   拼写检查错误!“Spelling?Checker?Failure!”?无法打开字典sys\spell\ssceam.tlx文件。“Cannot?Open?dictionarysys\spell\ssceam.tlx”.?请检查是否安...
分类:其他好文   时间:2015-02-04 14:51:37    阅读次数:135
1005 Spell It Right (20)
1 #include 2 #include 3 #include 4 using namespace std; 5 6 int main() 7 { 8 string str; 9 char num[10][6]={"zero","one","two","three","f...
分类:其他好文   时间:2015-02-01 00:27:34    阅读次数:199
字母对应数字
/*DescriptionBusinesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or...
分类:其他好文   时间:2015-01-29 12:35:31    阅读次数:184
PAT Advanced 1005
题目如下: 1005. Spell It Right (20) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue Given a non-negative integer N, ...
分类:其他好文   时间:2015-01-28 09:51:42    阅读次数:170
219条   上一页 1 ... 16 17 18 19 20 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!