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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output array elements

Luz5年前 (2021-05-10)452
This problem requires the preparation of procedures, read in the order of $$n $$integers, sequentially calculate the dif…

PROGRAMMING:Calculate the wages of employees

Luz5年前 (2021-05-10)506
Given the information of N employees, including name, basic salary, floating salary and expenditure, the program is requ…

PROGRAMMING:Calculate grade average

Luz5年前 (2021-05-10)554
Given the basic information of n students, including student number (a string composed of 5 digits), name (a non empty s…

PROGRAMMING:IP address translation

Luz5年前 (2021-05-10)423
An IP address is composed of four bytes (8 bits per byte) of binary code. Please translate the IP address represented by…

PROGRAMMING:Find the longest string

Luz5年前 (2021-05-10)413
This problem requires the preparation of procedures for the input of N strings, the output of which the longest string.#…

PROGRAMMING:Find the smallest string

Luz5年前 (2021-05-10)444
This problem requires the preparation of procedures for the input of N strings, the output of which the smallest string.…

PROGRAMMING:Tibetan tail Poetry

Luz5年前 (2021-05-10)539
This topic requests to write a program to decrypt the Tibetan tail poem.###Input format:Input for a Chinese Tibetan poem…

PROGRAMMING:Find the student with the highest total score

Luz5年前 (2021-05-10)460
Given the basic information of n students, including student number (a string composed of 5 digits), name (a non empty s…

PROGRAMMING:acrostic

Luz5年前 (2021-05-10)459
This topic requires the preparation of a program to decrypt Tibetan poems.###Input format:Input for a Chinese Tibetan po…

PROGRAMMING:Circular volume calculator

Luz5年前 (2021-05-10)548
This problem requires the realization of a commonly used circular volume calculator. The calculation formula is as follo…