Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:
其他好文 时间:
2014-11-29 07:05:11
阅读次数:
208
//判断输入的字符串是否大于指定长度function checkstr(str,digit){ var n=0; for(i=0;i255){ n+=2; }else { n+=1; } } i...
分类:
Web程序 时间:
2014-11-28 22:44:07
阅读次数:
450
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:
其他好文 时间:
2014-11-28 07:40:57
阅读次数:
200
问题描述:
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it ...
分类:
其他好文 时间:
2014-11-27 23:42:16
阅读次数:
239
Leftmost Digit
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 13680 Accepted Submission(s): 5239
Problem Description
Given a...
分类:
其他好文 时间:
2014-11-27 22:07:54
阅读次数:
164
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:
其他好文 时间:
2014-11-27 15:54:33
阅读次数:
135
BackgroundThe digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that dig...
分类:
其他好文 时间:
2014-11-26 20:37:15
阅读次数:
145
Rightmost Digit
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 33823 Accepted Submission(s): 12912
Problem Description
Given a positi...
分类:
Web程序 时间:
2014-11-26 14:32:07
阅读次数:
125
DivisionWrite a program that finds and displays all pairs of 5-digit numbers that between them use the digits0through9once each, such that the first n...
分类:
其他好文 时间:
2014-11-26 14:08:05
阅读次数:
157
The PrimesIOI'94In the square below, each row, each column and the two diagonals canbe read as a five digit prime number. The rows are read from lef.....
分类:
其他好文 时间:
2014-11-25 23:18:19
阅读次数:
199