当前位置:首页
> Luz 第2845页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:3-digit 1 satisfying the condition
Write a program to achieve the following functionsRead in an integer num from the keyboard, and output all the three dig…
PROGRAMMING:The average score of C Programming Course
This topic requires 10 students to read the C language course results, and their average score.###Input format:Give the…
PROGRAMMING:Store the elements in the array in reverse order
Define an integer array with a length of 10, assign values to it from the keyboard, and then store the elements in the a…
PROGRAMMING:Find the maximum number of elements in the array and point out their positions
Find the element with the largest value in the array and indicate which element it is.###Input format:Assign values to 1…
PROGRAMMING:Sum of odd sequence
Here is the sequence of odd numbers:$$1, 3, 5, 7, 9, ...$$Please write a program to input the number of items of odd num…
PROGRAMMING:When is the short position
The existing goods in a warehouse are $$s $$boxes, which are shipped in the morning and purchased in the afternoon. If $…
PROGRAMMING:Encryption number
There is a 32-bit integer of int type, which is an encrypted number. It is actually expressed as another number, that is…
PROGRAMMING:Find a positive integer whose sum of all digits within 1000 is n
Output a positive integer whose sum of all digits within 1000 is n. for example, if the input n is 6, then the sum of al…
PROGRAMMING:Price 2
Mother goes out to buy vegetables every day, but when she comes back, she doesn't bother to count the money in her pocke…
PROGRAMMING:Output digital sequence 1
Write a program to achieve the following functionsRead in two integers Ibegin and Icount from the keyboard, and output I…