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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Finding the sum of intervals

Luz5年前 (2021-05-10)534
This question will give you an integer sequence with length of $$n $, and ask for $$k $$. Each time you ask for the sum…

PROGRAMMING:Special palindrome number

Luz5年前 (2021-05-10)514
Problem description123321 is a very special number. It is the same to read from the left as it is read from the right.En…

PROGRAMMING:Double deposit

Luz5年前 (2021-05-10)399
Lao Liu has a one-year fixed deposit in the bank. After maturity, he will deposit for another year with interest and cap…

PROGRAMMING:Integer solutions of quadratic equation with one variable

Luz5年前 (2021-05-10)429
Keyboard input integer a, B, C, analysis equation $$ax ^ 2 + BX + C = 0 $$has several integer roots and output.###Input…

PROGRAMMING:English paragraph revision

Luz5年前 (2021-05-10)482
Input one end in English, composed of multiple sentences. Every sentence must end with a full stop '. Please capitalize…

PROGRAMMING:Statistics of specified figures and

Luz5年前 (2021-05-10)478
Input a numeric string and a numeric character (1 to 9), count the number of times this number appears in the string, an…

PROGRAMMING:Counts the position of the nth occurrence of a character in a string

Luz5年前 (2021-05-10)385
Enter a string s, a number N and a character c to count the position of the character C in the string s for the nth time…

PROGRAMMING:Array output in reverse order

Luz5年前 (2021-05-10)422
Input a set of integers, arrange the array in reverse order from large to small, and output in the specified format.###I…

PROGRAMMING:Find the longest word

Luz5年前 (2021-05-10)440
Input an English sentence, the whole English sentence has 4 words, only the last period. Output the longest word. If the…

PROGRAMMING:Determine the end of a string

Luz5年前 (2021-05-10)460
Enter 2 strings to determine whether one of them ends with another###Input format:Input 2 lines, one string data for eac…