当前位置:首页
> Luz 第2975页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output upper triangle character array
This problem requires the preparation of procedures, output n lines from the specified lowercase English characters cons…
PROGRAMMING:Output lower triangle character array
This problem requires the preparation of procedures, output n lines of upper case English characters from the specified…
PROGRAMMING:Output lower triangle character array in reverse order
This problem requires the preparation of the program, * * reverse * * output n lines from the specified upper case Engli…
PROGRAMMING:ACM-ICPC
International Collegiate Programming Contest (ICPC) is an annual competition sponsored by ACM, which aims to show colleg…
PROGRAMMING:Password strength
This topic requires according to the input password string (string length greater than 6), output password strength. Rul…
PROGRAMMING:Judge prime
Enter a positive integer m to judge whether the number is prime or not. A prime is a number that can not be divided by o…
PROGRAMMING:Shortest path Dijkstra
The roads of the city extend in all directions. We often need to find the path from one place to another. Of course, we…
PROGRAMMING:Maximum value problem
Input no more than 40 non negative integers from the keyboard. When the input value is negative, it means the end of inp…
PROGRAMMING:The exchange of two numbers
Input two integers randomly from the keyboard, use * * pointer * * as function parameters, and program to exchange them…
PROGRAMMING:Calculate string length
Input a string from the keyboard, calculate the actual number of characters and output. Do not use the string processing…