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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Delete an element (array) at a specified location

Luz5年前 (2021-05-10)399
Store 1 ~ 10 integers in an array. Input a position K, delete the k-th element in the array, and output the original arr…

PROGRAMMING:Volume by radius

Luz5年前 (2021-05-10)375
Please write a program, input the integer radius of the ball, calculate and output the volume of the ball. Results two d…

PROGRAMMING:Calculate the area according to the radius.

Luz5年前 (2021-05-10)417
Write the code to calculate the circle area, the radius is input by the user, and the PI is defined as 3.14159.###Input…

PROGRAMMING:Looking for friends

Luz5年前 (2021-05-10)356
After graduating from primary school, the students entered different junior high schools. Xiao Ming missed his friends v…

PROGRAMMING:Look up the words

Luz5年前 (2021-05-10)492
Today, Tong Tong received a task to translate an English article into Chinese. For Tong Tong, this task is too arduous,…

PROGRAMMING:Buying train tickets

Luz5年前 (2021-05-10)604
We omit many details of purchasing train tickets in reality. For a train, we can query the remaining tickets and purchas…

PROGRAMMING:Sequence circulates right

Luz5年前 (2021-05-10)405
This problem requires writing a program to move each element in the array $$a $$to the right by $$M $$positions, that is…

PROGRAMMING:Bubbling

Luz5年前 (2021-05-10)502
Brother Honghong recently learned pointer. He felt that this knowledge was a little difficult to understand, so he wante…

PROGRAMMING:Calculate the total number of days in consecutive n years starting from year y

Luz5年前 (2021-05-10)499
Program to calculate the total number of days in consecutive n years starting from year y.###Input format:Enter a positi…

PROGRAMMING:Output the string in reverse order

Luz5年前 (2021-05-10)332
Output the string in reverse order. Enter a string and output it in reverse order.###Input format:Enter a non empty stri…