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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Xiaozi generation (left son and right brother)

Luz5年前 (2021-05-10)392
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**

Luz5年前 (2021-05-10)388
Find the largest integer in $$n $$integers.####Input format˃$$n $$and $$k$$˃$$n $$integers####Output format˃The integer…

PROGRAMMING:Above average height

Luz5年前 (2021-05-10)479
Every semester, primary and secondary school students should have a physical examination to measure their height, becaus…

PROGRAMMING:Beat Dior

Luz5年前 (2021-05-10)420
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

Luz5年前 (2021-05-10)571
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

Luz5年前 (2021-05-10)450
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

Luz5年前 (2021-05-10)386
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

Luz5年前 (2021-05-10)393
Input a string and character, output the position of the first character.###Input format:-Line 1: input string-Line 2: e…

PROGRAMMING:Cube class

Luz5年前 (2021-05-10)444
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

Luz5年前 (2021-05-10)404
Input a set of data and calculate the average value. requirement:-The data is correct and the calculation is correct.-Da…