当前位置:首页
> Luz 第2864页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Statistical score
Title DescriptionInput the scores of M courses of n students, and count the students with 95 points or more in 2 or more…
PROGRAMMING:Polynomial operation
####Title DescriptionIf we know the integral coefficient polynomials A and B of X, please calculate their sum, differenc…
PROGRAMMING:Count the number of 0 at the end
Given two positive integers a and B (a ˂ b), count how many zeros are at the end of the product of all integers from a t…
PROGRAMMING:Deficit
```A positive integer n is called a perfect number if the sum of all its true divisors equals itself.For example: the tr…
PROGRAMMING:Narcissistic number
####Title Description```An n-bit natural number P is said to be narcissistic if the sum of its digits to the nth power e…
PROGRAMMING:The use of students
1. Design a student class, which includes: 1) name, sex, sex and score, 2) construction method with name, sex and score…
PROGRAMMING:Egyptian score
```Three thousand years ago, Egyptians invented a way to write fractions. The numerator of these fractions is 1. They ar…
PROGRAMMING:Solve all the shortest paths of maze from entrance to exit
Solve the shortest path of maze from entrance to exit. Input a maze to find the shortest path from the entrance to the e…
PROGRAMMING:Longest common subsequence length
Find the longest common subsequence length of two strings.###Input format:Enter two strings of length ≤ 100.###Output fo…
PROGRAMMING:All longest common subsequences of two strings
Find all the longest common subsequences of two strings.###Input format:Enter two strings of length ≤ 100.###Output form…