首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Ywrby

    Perrin Numbers

    Perrin numbers 佩林数(Perrin numbers)是一个整数数列,以P(n)表示,其中 n 为非负整数。

    69730编辑于 2023-10-16
  • 来自专栏我是业余自学C/C++的

    Add Two Numbers

    Add the two numbers and return it as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself.

    75630发布于 2018-05-28
  • 来自专栏SnailTyan

    Sum of Square Numbers

    1. Description 2. Solution class Solution { public: bool judgeSquareSum(int c) { int roo

    33310发布于 2019-05-25
  • 来自专栏SnailTyan

    Bitwise AND of Numbers Range

    1. Description 2. Solution Version 1 class Solution { public: int rangeBitwiseAnd(int m, int n)

    74520发布于 2019-05-25
  • 来自专栏饶文津的专栏

    【CSU 1556】Pseudoprime numbers

    For each case, there are two integer numbers n, m describe as above ( 1 <= n < 1 000 000, 1 <= m < 1000

    42410发布于 2020-05-31
  • 来自专栏蛮三刀的后端开发专栏

    Sum Root to Leaf Numbers

    一棵树的每个节点都是0-9中的某一个数字,现在把从根节点到某一个叶子节点之间所有节点的数字依次连接起来组成一个新的数字。要求所有从根节点到叶子节点组成的数字的和。

    37620发布于 2019-03-26
  • 来自专栏ml

    HDUOJ----Good Numbers

    Good Numbers Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total You are required to count the number of good numbers in the range from A to B, inclusive. Each test case comes with a single line with two numbers A and B (0 <= A <= B <= 1018). Output For test case X, output "Case #X: " first, then output the number of good numbers in a single

    67560发布于 2018-03-21
  • 来自专栏算法修养

    HOJ 1444 Humble Numbers

    Humble Numbers My Tags (Edit) Source : University of Ulm Internal Contest 1996 Time limit : 1 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 25, 27, … shows the first 20 humble numbers

    57370发布于 2018-04-26
  • 来自专栏饶文津的专栏

    Partition Numbers的计算

    partition numbers的定义 A000041 image.png Partition Numbers - Programming Praxis 代码 这个c++程序只能计算到a(121),要算更大的需要用高精度

    54920发布于 2020-06-02
  • 来自专栏全栈程序员必看

    Add Two Numbers

    You are given two linked lists representing two non-negative numbers. Add the two numbers and return it as a linked list.

    46510编辑于 2022-07-05
  • 来自专栏搬砖记录

    53 Lucky Numbers in a Matrix

    题目 Given a m * n matrix of distinct numbers, return all lucky numbers in the matrix in any order.

    29120发布于 2021-08-18
  • 来自专栏全栈程序员必看

    端口 TCPIP =PORT NUMBERS

    http://www.iana.org/assignments/port-numbers PORT NUMBERS (last updated 2009-10-28) The port numbers The Dynamic and/or Private Ports are those from 49152 through 65535 A value of 0 in the port numbers UNASSIGNED PORT NUMBERS SHOULD NOT BE USED. automatic authentication performed # based on priviledged port numbers REGISTERED PORT NUMBERS The Registered Ports are listed by the IANA and on most systems can be used by

    8.8K10编辑于 2022-11-10
  • 来自专栏饶文津的专栏

    【USACO 2.2】Runaround Numbers

    找出第一个大于n的数满足:每一位上的数都不同,且没有0,第一位开始每次前进当前这位上的数那么多位,超过总位数就回到开头继续往前进,最后能不能每个位都到过一次且回到第一位,n<10^9

    51620发布于 2020-06-02
  • 来自专栏给永远比拿愉快

    Leetcode: Compare Version Numbers

    题目: Compare two version numbers version1 and version2. Here is an example of version numbers ordering: 0.1 < 1.1 < 1.2 < 13.37 思路分析: 先将version字符串以点号分割放入 /* 将vector中的string类型转换成int类型 这里使用到了库函数stoi() */ vector<int> toInt(vector<string> numbers ) { int size = numbers.size(); vector<int> intnums; intnums.reserve(size) ; for (int i = 0; i < size; i++) { intnums.push_back(stoi(numbers[i]));

    55330发布于 2019-01-25
  • 来自专栏Reck Zhang

    LeetCode 0180 - Consecutive Numbers

    Consecutive Numbers Desicription Write a SQL query to find all numbers that appear at least three times

    25920发布于 2021-08-11
  • 来自专栏龙进的专栏

    【题解】Game With Telephone Numbers

    A telephone number is a sequence of exactly 1111 digits such that its first digit is 8.

    46620编辑于 2022-10-31
  • 来自专栏calmound

    poj 1316 Self Numbers

    题意:找出10000以内所有的不能由n+n的各位数字和组成的数字 #include<stdio.h> #include<string.h> int main() { int i=1; int a[100100];//数组开小了,错 memset(a,0,sizeof(a)); for (i=1;i<10000;i++) { a[i+i%10+(i/10)%10+(i/100)%10+i/1000]=1; } for (i=1;i<10000;i++) if(a[i]==0) prin

    84350发布于 2018-04-11
  • 来自专栏搬砖记录

    22 Self Dividing Numbers

    A self-dividing number is a number that is divisible by every digit it contains.

    59510发布于 2021-08-18
  • 来自专栏给永远比拿愉快

    Leetcode: Sum Root to Leaf Numbers

    Find the total sum of all root-to-leaf numbers.

    37820发布于 2019-01-22
  • 来自专栏张善友的专栏

    Custom Build Numbers in Team Build

    The Team Build service in Team Foundation Server includes the current date in the build number by default. To me, the string looks like the random gibberish of a disk head crash. FooBarBuild_20060928.1 FooBarBuild_20060928.2 … I know some people are fon

    96560发布于 2018-01-31
领券