码迷,mamicode.com
首页 >  
搜索关键字:digits    ( 2164个结果
1005. 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 Specificat ...
分类:其他好文   时间:2017-05-05 23:03:15    阅读次数:272
Restore IP Addresses
Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example: Given "25525511135", return [" ...
分类:其他好文   时间:2017-05-05 10:52:49    阅读次数:93
计算机存储单位介绍
计算机存储单位一般用b、B、KB、MB、GB、TB、PB、EB、ZB、YB、BB来表示,它们之间的关系是: 比特位 bit (Binary Digits):存放一位二进制数即 0 或 1。最小的存储单位: 注:“兆”为百万级数量单位. ...
分类:其他好文   时间:2017-05-04 14:43:54    阅读次数:115
LeetCode_Sum Root to Leaf Numbers
一.题目 Sum Root to Leaf Numbers Total Accepted: 47437 Total Submissions: 156443My Submissions Given a binary tree containing digits from 0-9 only, each ...
分类:其他好文   时间:2017-05-03 11:27:27    阅读次数:165
[leetcode-556-Next Greater Element III]
Given a positive 32-bit integer n, you need to find the smallest 32-bit integer which has exactly the same digits existing in the integer n and is gre ...
分类:其他好文   时间:2017-05-02 19:53:35    阅读次数:160
FZU 2105 Digits Count(按位维护线段树)
【题目链接】 http://acm.fzu.edu.cn/problem.php?pid=2105 【题目大意】 给出一个序列,数字均小于16,为正数,每次区间操作可以使得 1. [l,r]区间and一个数 2. [l,r]区间or一个数 3. [l,r]区间xor一个数 4. [l,r]区间查询和 ...
分类:其他好文   时间:2017-04-30 00:58:19    阅读次数:212
Oracle取时间一些技巧
TO_DATE格式(以时间:2007-11-02 13:45:25为例) Year: yy two digits 两位年 显示值:07 yyy three digits 三位年 显示值:007 yyyy four digits 四位年 显示值:2007 Month: mm number 两位月 显示 ...
分类:数据库   时间:2017-04-28 00:20:32    阅读次数:364
Repeat Number(数论)
Repeat Number 题目描述: Definition: a+b = c, if all the digits of c are same ( c is more than ten), then we call a and b are Repeat Number. My question is ...
分类:其他好文   时间:2017-04-25 23:25:13    阅读次数:201
POJ 2718 Smallest Difference(贪心 or next_permutation暴力枚举)
Smallest Difference Description Given a number of distinct decimal digits, you can form one integer by choosing a non-empty subset of these digits and ...
分类:其他好文   时间:2017-04-25 19:18:26    阅读次数:191
Codeforces Round #277.5 (Div. 2)C. Given Length and Sum of Digits...(贪心)
传送门 Description You have a positive integer m and a non-negative integer s. Your task is to find the smallest and the largest of the numbers that have ...
分类:其他好文   时间:2017-04-22 20:47:52    阅读次数:231
2164条   上一页 1 ... 75 76 77 78 79 ... 217 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!