当前位置:首页
> Luz 第2780页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Delete an element (array) at a specified location
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
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.
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
After graduating from primary school, the students entered different junior high schools. Xiao Ming missed his friends v…
PROGRAMMING:Look up the words
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
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
This problem requires writing a program to move each element in the array $$a $$to the right by $$M $$positions, that is…
PROGRAMMING:Bubbling
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
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
Output the string in reverse order. Enter a string and output it in reverse order.###Input format:Enter a non empty stri…