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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output upper triangle character array

Luz5年前 (2021-05-10)497
This problem requires the preparation of procedures, output n lines from the specified lowercase English characters cons…

PROGRAMMING:Output lower triangle character array

Luz5年前 (2021-05-10)407
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

Luz5年前 (2021-05-10)390
This problem requires the preparation of the program, * * reverse * * output n lines from the specified upper case Engli…

PROGRAMMING:ACM-ICPC

Luz5年前 (2021-05-10)416
International Collegiate Programming Contest (ICPC) is an annual competition sponsored by ACM, which aims to show colleg…

PROGRAMMING:Password strength

Luz5年前 (2021-05-10)441
This topic requires according to the input password string (string length greater than 6), output password strength. Rul…

PROGRAMMING:Judge prime

Luz5年前 (2021-05-10)389
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

Luz5年前 (2021-05-10)360
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

Luz5年前 (2021-05-10)426
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

Luz5年前 (2021-05-10)437
Input two integers randomly from the keyboard, use * * pointer * * as function parameters, and program to exchange them…

PROGRAMMING:Calculate string length

Luz5年前 (2021-05-10)429
Input a string from the keyboard, calculate the actual number of characters and output. Do not use the string processing…