当前位置:首页
> Luz 第2806页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Operation Libya (Ningbo primary school, 2011)
Since March 16, 2011, the riots in Libya have been escalating, which has seriously endangered the safety of ordinary peo…
PROGRAMMING:Maximum and minimum
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
Judge whether the number sequence s is composed of several numbers.###Input format:Each line gives a number sequence of…
PROGRAMMING:Sum up
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)
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
Develop a program that will determine if a 3-digit-number is a narcissistic number. (Narcissistic number: integer expres…
PROGRAMMING:Output Fibonacci sequence
Do you know the Fibonacci sequence? The Fibonacci sequence is a pattern of numbers generated by summing the previous tw…
PROGRAMMING:Railway baggage charges
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
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)
When Xiao Ming wrote a C language topic, he found that his submitted code ran overtime due to the problem of sorting alg…