当前位置:首页
> Luz 第2830页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Numbers with K 3
###Task description```Input two positive integers m and K, 1 ˂ m ˂ 100000, 1 ˂ K ˂ 5, judge whether M can be divided by…
PROGRAMMING:Narcissistic number
###Task descriptionPlease judge whether a number is a narcissus number. The narcissus number defines the cube of each di…
PROGRAMMING:Han Soldiers
###Task descriptionIt is said that Han Xin is very intelligent. He never counts the number of his troops directly. He on…
PROGRAMMING:Parity separation
###Task descriptionThere is a positive integer k (2 ˂ = k ˂ = 10000). What you need to do is: first output all odd numbe…
PROGRAMMING:Automobile Age
###Task description```It is said that you can know the location of the vehicle by looking at the license plate. The basi…
PROGRAMMING:Draw a rectangle
###Task descriptionAccording to the parameters, draw a rectangle.###Input format:Input a row, including four parameters:…
PROGRAMMING:Switch light
###Task descriptionSuppose there are n lights (n is a positive integer no more than 5000), numbered from 1 to N in order…
PROGRAMMING:The number of 1
###Task descriptionGiven a positive decimal integer n, write down all integers from 1 to N, and then count the number of…
PROGRAMMING:Turn around and add
###Task descriptionAfter doing the a + B problem, a student x felt that it was too simple, so he wanted you to find the…
PROGRAMMING:The prime number of the nth smallest
###Task descriptionInput a positive integer P and output the smallest prime number from 2, that is, the p-th value in th…