当前位置:首页
> Luz 第2599页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Lucky numbers
Xiao Bo likes numbers 4 and 7 very much. When he sees a number, he wants to quickly calculate the number of 4 and 7 in t…
PROGRAMMING:Balancing Symbols
Check a section of C code if the parenthesis ( ), brackets [ ], and braces { } are balanced. For simplicity, there is on…
PROGRAMMING:Factorial sum
Given the positive integer n * * (n ˂ = 100) * *, let s = 1+ 2!+ 3!+...+ n!。 Where "!" Denotes factorial, that is n= 1*2…
PROGRAMMING:Circle game (Cixi, 2013)
###Input format:###Output format:###Input example:```in4 12 3```###Output ex…
PROGRAMMING:Longest word
Write a program to find the longest word containing the letter "a" according to an English sentence ending in ".".###Inp…
PROGRAMMING:Jack Cheng's troubles
Jack Cheng was born with extraordinary talent and extraordinary intelligence. He always knew what his teachers taught hi…
PROGRAMMING:Sweet troubles
Recently, Lele learned to use the computer. She found that she can use the computer to solve many things, and the effici…
PROGRAMMING:Please n! Value of
With high precision method, find n! The exact value of (n is entered as a general integer).###Input format:An integer###…
PROGRAMMING:High precision value of a / b
Calculate the precision value of a / B, let a and B input as general integers, and the calculation result is accurate to…
PROGRAMMING:series
There is a column of numbers: 1, 1, 3, 8, 22, 60164448... The first three numbers are 1, 1, 3. From the fourth number, e…