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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Score of singing competition

Luz5年前 (2021-05-10)406
There are 10 singers (numbered 1-10) participating in the singing competition, and another 6 judges scoring. The score o…

PROGRAMMING:Find the triangle

Luz5年前 (2021-05-10)505
Can you find three of the given $$n $$numbers so that they can form a triangle.###Input format:The first line gives an i…

PROGRAMMING:Split any digit integer

Luz5年前 (2021-05-10)390
Programming implementation: input a non negative integer with no more than 9 bits, separate each digit, and output in th…

PROGRAMMING:Joseph problem with password

Luz5年前 (2021-05-10)453
Joseph's problem with password: n people with numbers of 1, 2,..., n sit around in a clockwise direction, and each perso…

PROGRAMMING:The use of stringstream class

Luz5年前 (2021-05-10)353
Use stringstream to sort integers. It is required to save the input in a stringstream object, put the 10 integers into a…

PROGRAMMING:Inserting data into an ordered list

Luz5年前 (2021-05-10)462
Given a batch of integer data with strictly increasing permutation and given an X, if X does not exist, then x is insert…

PROGRAMMING:Voters vote

Luz5年前 (2021-05-10)459
Program to count the votes of candidates. There are several candidates (n ˂ = 10). The name of the candidate is input fr…

PROGRAMMING:Calculate the sum of odd factorial

Luz5年前 (2021-05-10)472
Programming: input a positive integer n (n ≤ 18), find out the sum of factorial of all odd numbers from 1 to n.###Input…

PROGRAMMING:Correction question 01

Luz5年前 (2021-05-10)419
Please correct the following program segments with syntax errors and output the sample results as required.```public cla…

PROGRAMMING:Output non duplicate list elements

Luz5年前 (2021-05-10)487
This topic requires reading in a list of arbitrary integers and outputting the non repeating elements in the list in asc…