当前位置:首页
> Luz 第2797页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Xiaozi generation (left son and right brother)
Given the genealogy of a large family, please give the list of the youngest generationIt should be noted that the input…
PROGRAMMING:The k-th largest integer**
Find the largest integer in $$n $$integers.####Input format˃$$n $$and $$k$$˃$$n $$integers####Output format˃The integer…
PROGRAMMING:Above average height
Every semester, primary and secondary school students should have a physical examination to measure their height, becaus…
PROGRAMMING:Beat Dior
Dior, the villain's savior, is resurrected again. The invincible chengtaro starts to call up the double messengers and f…
PROGRAMMING:JMU Python find substring
Input a string, output to get the substring.###Input format:-Line 1: input string-Line 2: enter the starting position of…
PROGRAMMING:JMU Python the best height
The best couple height difference follows a formula: (the height of the woman) × 09 = (male's height). Now please write…
PROGRAMMING:JMU Python product of even numbers
Find the product of all even numbers from 1 to n.###Input format:Enter the integer n.###Output format:Even product of 1…
PROGRAMMING:JMU Python find character
Input a string and character, output the position of the first character.###Input format:-Line 1: input string-Line 2: e…
PROGRAMMING:Cube class
Define the cube class box, the data members have length, width and height and are all integers, the constructor initiali…
PROGRAMMING:JMU Python data exception handling
Input a set of data and calculate the average value. requirement:-The data is correct and the calculation is correct.-Da…