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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Maximum exchange

Luz5年前 (2021-05-10)340
Input 8 integers into the array a, and exchange the minimum number with * * a [0] *.###Input format:Enter 8 different in…

PROGRAMMING:multiplication table

Luz5年前 (2021-05-10)541
Using nested loop to realize multiplication table, the scale of multiplication table is no longer fixed × 9, but dynamic…

PROGRAMMING:Judge character or number

Luz5年前 (2021-05-10)433
Enter a character on the keyboard to determine whether it is a numeric character. If it is' a '~'z' or 'a' ~'z ', output…

PROGRAMMING:pass rate

Luz5年前 (2021-05-10)409
Keyboard input n scores [0-100], 60 points (including) for pass, now require according to the input n scores to calculat…

PROGRAMMING:Statistics of the number of characters

Luz5年前 (2021-05-10)451
Xiao Ming's cousin is a doctor in a famous university abroad, and has just published an academic research paper in an in…

PROGRAMMING:Prime judgment

Luz5年前 (2021-05-10)426
Keyboard input a positive integer to determine whether the number is prime. Prime number is prime number, which can only…

PROGRAMMING:Max min

Luz5年前 (2021-05-10)403
Keyboard input three integers, require the output of its maximum and minimum value.###Input format:Keyboard input only o…

PROGRAMMING:Temperature conversion problem

Luz5年前 (2021-05-10)390
Keyboard input a Fahrenheit temperature, required to output centigrade temperature, the formula is: C = 5 * (f-32) / 9,…

PROGRAMMING:Anglo American name (*)

Luz5年前 (2021-05-10)485
English and American names are more complex and generally consist of three names: Christian name, self named name and su…

PROGRAMMING:Tug of war

Luz5年前 (2021-05-10)486
Tug of war[problem description]The adventure diary of bear shows that during the summer fallow season, bareheaded Qiang…