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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Operation Libya (Ningbo primary school, 2011)

Luz5年前 (2021-05-10)378
Since March 16, 2011, the riots in Libya have been escalating, which has seriously endangered the safety of ordinary peo…

PROGRAMMING:Maximum and minimum

Luz5年前 (2021-05-10)542
Please use the pointer method (indirect access) to write the program. The function of the program is to input 10 numbers…

PROGRAMMING:Here comes 2019

Luz5年前 (2021-05-10)436
Judge whether the number sequence s is composed of several numbers.###Input format:Each line gives a number sequence of…

PROGRAMMING:Sum up

Luz5年前 (2021-05-10)438
This topic requires reading in 2 integers a and B, and then output their sum.###Input format:There are several examples,…

PROGRAMMING:Calculating s=1+(1+2)+(1+2+3)+... ...+(1+2+...+n)

Luz5年前 (2021-05-10)513
Given 1 integers `n`, you are supposed to output the value of 1+(1+2)+(1+2+3)+... ...+(1+2+...+n).### Input Specificatio…

PROGRAMMING:Narcissistic number

Luz5年前 (2021-05-10)426
Develop a program that will determine if a 3-digit-number is a narcissistic number. (Narcissistic number: integer expres…

PROGRAMMING:Output Fibonacci sequence

Luz5年前 (2021-05-10)471
Do you know the Fibonacci sequence? The Fibonacci sequence is a pattern of numbers generated by summing the previous tw…

PROGRAMMING:Railway baggage charges

Luz5年前 (2021-05-10)507
It is known that for railway checked baggage, from place a to place B, it is stipulated that the calculation method of p…

PROGRAMMING:Finding the sum of factors of a positive integer

Luz5年前 (2021-05-10)495
From the keyboard input a positive integer (greater than 1 and less than or equal to 1000), output his factor and its su…

PROGRAMMING:Splay sorting (5)

Luz5年前 (2021-05-10)423
When Xiao Ming wrote a C language topic, he found that his submitted code ran overtime due to the problem of sorting alg…