时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B Calculate a + b and output the sum in standard format 计算a+b并且输出标准形式的和 -- that is, the digits must be separate ...
分类:
其他好文 时间:
2016-07-14 01:55:45
阅读次数:
127
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 whic ...
分类:
编程语言 时间:
2016-07-13 20:11:23
阅读次数:
190
ORACLE日期时间函数大全 TO_DATE格式(以时间:2007-11-02 13:45:25为例) Year: yy two digits 两位年 显示值:07 yyy three digits 三位年 显示值:007 yyyy four digits 四位年 显示值:2007 Month: m ...
分类:
数据库 时间:
2016-07-13 19:43:13
阅读次数:
190
一天一道LeetCode
本系列文章已全部上传至我的github,地址:ZeeCoder‘s Github
欢迎大家关注我的新浪微博,我的新浪微博
欢迎转载,转载请注明出处
(一)题目
Given a non-negative integer num, repeatedly add all its digits until the result has only one digi...
分类:
其他好文 时间:
2016-07-13 16:51:55
阅读次数:
138
Additive number is a string whose digits can form additive sequence. A valid additive sequence should contain at least three numbers. Except for the f ...
分类:
编程语言 时间:
2016-07-13 11:55:46
阅读次数:
144
原题如下: 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 s ...
分类:
其他好文 时间:
2016-07-12 01:28:20
阅读次数:
170
Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 click to show spoilers. Have you thought about this? Here a ...
分类:
编程语言 时间:
2016-07-11 11:58:56
阅读次数:
125
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 a ...
分类:
其他好文 时间:
2016-07-11 00:57:45
阅读次数:
174