当前位置:首页
> Luz 第2848页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Finding the sum of intervals
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
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
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
Keyboard input integer a, B, C, analysis equation $$ax ^ 2 + BX + C = 0 $$has several integer roots and output.###Input…
PROGRAMMING:English paragraph revision
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
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
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
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
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
Enter 2 strings to determine whether one of them ends with another###Input format:Input 2 lines, one string data for eac…