-->
当前位置:首页 > Luz 第2956页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Maximum and minimum values

Luz5年前 (2021-05-10)376
Enter a number of positive integers and output the maximum and minimum values.### Input format:Enter a number of numbers…

PROGRAMMING:Step jumping

Luz5年前 (2021-05-10)486
In recent years, step jumping has become more and more popular. Many college students practice step jumping every day. S…

PROGRAMMING:What is the date of the year

Luz5年前 (2021-05-10)383
Enter any date in year month day format, and output the day of the year.###Input format:Enter a date in any year month d…

PROGRAMMING:Conversion of upper case letters to lower case letters

Luz5年前 (2021-05-10)385
Program input a capital English letter from the keyboard, convert it to lowercase English letter, and display the conver…

PROGRAMMING:Add up a-aa + AAA AAAA +

Luz5年前 (2021-05-10)518
Calculate the value of a-aa + AAA AAAA +... And the last item is n a. the values of a and N are input by keyboard. A and…

PROGRAMMING:Judge the size of two integers entered by the keyboard.

Luz5年前 (2021-05-10)393
This topic requires reading in 2 integers a and B, and then compare their sizes.###Input format:When keyboard input, two…

PROGRAMMING:Judging the shape of a triangle

Luz5年前 (2021-05-10)361
Input three positive integers, first judge whether the three data can form a triangle (the sum of any two sides is great…

PROGRAMMING:Memory partition allocation -- first adaptation algorithm

Luz5年前 (2021-05-10)479
Input the size of memory and the threshold min size, and allocate the partition continuously according to the first adap…

PROGRAMMING:Activity selection

Luz5年前 (2021-05-10)373
Suppose a set of N activities s = {$$a_{ 1}$$,$$a_{ 2}$$,....,$$a_{ n} $$}, these activities use the same resource (such…

PROGRAMMING:House splitting

Luz5年前 (2021-05-10)434
The factory director bought a whole house as a workshop and now plans to divide the whole house into several workshops.…