当前位置:首页
> Luz 第2614页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Pretend to sleep
You can never wake a person who pretends to sleep - but by analyzing a person's respiratory rate and pulse, you can find…
PROGRAMMING:Looking for 250
The other person doesn't want to talk to you and throws a string of numbers at you... And you have to find th…
PROGRAMMING:Find the number of digits in the string
At least how many positive integers are in the output string.###Input format:Enter a string on one line. The length of t…
PROGRAMMING:Valentine's Day
The above is a wonderful post in the circle of friends: "February 14, Valentine's day, I decided to benefit y…
PROGRAMMING:Jmu-java-06 exception-02-handling exception input using exception mechanism
Use exception handling input mechanism to make the program more robust.###Main method:1. Enter n to create an int array…
PROGRAMMING:Jmu-java-06 exception - 03 throw and throws
###PrefaceIn C language, the error code is usually returned to indicate whether a function is executed incorrectly. Howe…
PROGRAMMING:JMU DS binary tree for expression solving
Binary tree is used to represent the expression, and each node of the tree includes an operator and an operand. The alge…
PROGRAMMING:Get rid of Bachelors
The so-called "Bachelor" here does not mean single, but refers to the number composed of 1, such as 1, 11, 111, 1111, et…
PROGRAMMING:Enter the year and month
Input a year and month, output the number of days in this month.###Input format:Enter the year and month separated by a…
PROGRAMMING:greatest common factor
The greatest common divisor of two positive integers m and N is obtained by division and recursion.###Input format:Enter…