当前位置:首页
> Luz 第2853页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Say I love you more than once
Mother's Day is coming, Zhang Dabao wants to say "Mom, I love you, I love you, I love you" to her many times, but Er Bao…
PROGRAMMING:[nested loop]] [-- fat beard's four digit B --]
On a sunny day, fat beard had a delicious lunch and began to dream when he was lying on the rocking chair. Shakespeare s…
PROGRAMMING:Amount in Chinese characters
Input an integer amount and output the amount in Chinese characters. Assume that the amount entered is a positive intege…
PROGRAMMING:Vault problem
Given the m * n (Mn ˂ = 100) chessboard and the point coordinates (1,1) in the upper left corner, a horse starts from po…
PROGRAMMING:Programmers buy watermelons
My wife called my husband who was a programmer: "I'll buy 10 steamed buns to bring back when I get off work. If I see a…
PROGRAMMING:Congratulations on your coming of age!
By the time you're 18, you're an adult! Please input your age. If you are 18 years old or older, output "migrations."..#…
PROGRAMMING:Use the selection method to sort the integers in the array from small to large
Write the sorting function of selection method, use the selection method to sort the integers in the array from large to…
PROGRAMMING:smile
This is a super simple topic: Please output the smiley emoticons on the screen.####Input sample```in```Note: no input###…
PROGRAMMING:Write function, complete a group of students' C language score value operation
Write two functions to calculate the average and minimum of a group of students' C language course scores. Requirements:…
PROGRAMMING:Two dimensional matrix as function parameter
There is a 3 × 4 matrix, find the minimum value of all its elements. Requirements: define a three row four column two-di…