当前位置:首页
> Luz 第2702页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Maximum exchange
Input 8 integers into the array a, and exchange the minimum number with * * a [0] *.###Input format:Enter 8 different in…
PROGRAMMING:multiplication table
Using nested loop to realize multiplication table, the scale of multiplication table is no longer fixed × 9, but dynamic…
PROGRAMMING:Judge character or number
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
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
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
Keyboard input a positive integer to determine whether the number is prime. Prime number is prime number, which can only…
PROGRAMMING:Max min
Keyboard input three integers, require the output of its maximum and minimum value.###Input format:Keyboard input only o…
PROGRAMMING:Temperature conversion problem
Keyboard input a Fahrenheit temperature, required to output centigrade temperature, the formula is: C = 5 * (f-32) / 9,…
PROGRAMMING:Anglo American name (*)
English and American names are more complex and generally consist of three names: Christian name, self named name and su…
PROGRAMMING:Tug of war
Tug of war[problem description]The adventure diary of bear shows that during the summer fallow season, bareheaded Qiang…