Little C Loves 3 I Description Little C loves number «3» very much. He loves all things about it. Now he has a positive integer nn. He wants to split ...
分类:
其他好文 时间:
2018-10-04 21:36:38
阅读次数:
154
Lucky Sum Petya loves lucky numbers. Everybody knows that lucky numbers are positive integers whose decimal representation contains only the lucky dig ...
分类:
其他好文 时间:
2018-10-04 19:28:52
阅读次数:
204
题目链接 Problem Description Given a positive integer N, you should output the most right digit of N^N. Input The input contains several test cases. The f ...
分类:
Web程序 时间:
2018-10-04 13:22:04
阅读次数:
169
In a given array nums of positive integers, find three non-overlapping subarrays with maximum sum. Each subarray will be of size k, and we want to max ...
分类:
移动开发 时间:
2018-10-04 10:08:35
阅读次数:
174
Given an increasing sequence S of N integers, the median is the number at the middle position. For example, the median of S1={11, 12, 13, 14} is 12, a ...
分类:
其他好文 时间:
2018-10-02 17:59:09
阅读次数:
185
Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as possible ...
分类:
其他好文 时间:
2018-10-02 17:54:06
阅读次数:
151
Every positive number can be presented by the exponential form.For example, 137 = 2^7 + 2^3 + 2^0。 Let's present a^b by the form a(b).Then 137 is pres ...
分类:
其他好文 时间:
2018-10-02 17:43:42
阅读次数:
117
A. Little C Loves 3 I time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Little C Loves 3 ...
分类:
其他好文 时间:
2018-10-02 13:58:07
阅读次数:
158
The 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 digit is the ...
分类:
其他好文 时间:
2018-10-01 17:55:47
阅读次数:
180
Balanced numbers have been used by mathematicians for centuries. A positive integer is considered a balanced number if: 1) Every even digit appears an ...
分类:
其他好文 时间:
2018-09-29 20:30:52
阅读次数:
225