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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:3-digit 1 satisfying the condition

Luz5年前 (2021-05-10)659
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

Luz5年前 (2021-05-10)469
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

Luz5年前 (2021-05-10)555
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

Luz5年前 (2021-05-10)431
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

Luz5年前 (2021-05-10)444
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

Luz5年前 (2021-05-10)446
The existing goods in a warehouse are $$s $$boxes, which are shipped in the morning and purchased in the afternoon. If $…

PROGRAMMING:Encryption number

Luz5年前 (2021-05-10)399
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

Luz5年前 (2021-05-10)440
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

Luz5年前 (2021-05-10)433
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

Luz5年前 (2021-05-10)383
Write a program to achieve the following functionsRead in two integers Ibegin and Icount from the keyboard, and output I…