链接: https://vjudge.net/problem/HDU 3652 题意: A wqb number, or B number for short, is a non negative integer whose decimal form contains the sub string ...
分类:
其他好文 时间:
2019-12-07 01:12:49
阅读次数:
105
Given a linear equation of n variables, find the total number of non-negative integer solutions of it. All coefficients are positive. Example: input: ...
分类:
其他好文 时间:
2019-12-05 01:19:58
阅读次数:
91
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 ...
分类:
其他好文 时间:
2019-11-29 14:24:00
阅读次数:
88
Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most significant d ...
分类:
其他好文 时间:
2019-11-17 10:56:47
阅读次数:
52
题目描述: Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your ...
分类:
其他好文 时间:
2019-11-13 00:47:29
阅读次数:
62
题目描述: Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your ...
分类:
其他好文 时间:
2019-11-12 22:01:38
阅读次数:
98
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2019-11-10 17:34:22
阅读次数:
104
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:
其他好文 时间:
2019-11-10 10:13:49
阅读次数:
82
链接: https://vjudge.net/problem/POJ 2891 题意: Elina is reading a book written by Rujia Liu, which introduces a strange way to express non negative integ ...
分类:
其他好文 时间:
2019-11-04 00:09:48
阅读次数:
138
Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maxim ...
分类:
其他好文 时间:
2019-11-03 18:43:54
阅读次数:
92