当前位置:首页
> Luz 第2817页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:median
An array of $$n $$integers, $$a $, $$n $$is an odd number.You can select one element in the array at a time_ I $$and add…
PROGRAMMING:time difference
How many hours and minutes are there between 10:30 and 11:45?You need to write a program, read in two times, calculate t…
PROGRAMMING:Average
You are going to read a serial of none-negative integers, which ends with a negative number that does not count as one o…
PROGRAMMING:Angles and polygons
Give you an angleCan you find three vertices a, B, C on a positive $$n $$polygon such that $$- angle ABC $$= ang $$![ Pi…
PROGRAMMING:Counts the total number of digits 1 in the binary expansion of nonnegative integers
Counts the total number of digits 1 in the binary expansion of nonnegative integers. For example, the binary expansion o…
PROGRAMMING:The logic of robot
In 2035, the application of intelligent robot in all walks of life has been very common. After all, its precision and po…
PROGRAMMING:line up
Zhang Luoyan is a girl who likes dancing. She has also signed up for a special dance class.When entering the school, the…
PROGRAMMING:calendar
Please write a program, input year and month, output calendar.####Input format˃First line integer $$n$$˃This is followed…
PROGRAMMING:Exchange procedures between RMB and US dollar
According to the design idea of temperature conversion, the exchange rate program between RMB and US dollar is designed,…
PROGRAMMING:The sum of squares of integer n
For a positive integer n (˂ 100000), we want to divide it into the sum of squares of K different positive integers x1, X…