当前位置:首页
> Luz 第2956页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Maximum and minimum values
Enter a number of positive integers and output the maximum and minimum values.### Input format:Enter a number of numbers…
PROGRAMMING:Step jumping
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
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
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 +
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.
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
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
Input the size of memory and the threshold min size, and allocate the partition continuously according to the first adap…
PROGRAMMING:Activity selection
Suppose a set of N activities s = {$$a_{ 1}$$,$$a_{ 2}$$,....,$$a_{ n} $$}, these activities use the same resource (such…
PROGRAMMING:House splitting
The factory director bought a whole house as a workshop and now plans to divide the whole house into several workshops.…