当前位置:首页
> Luz 第2953页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Calculate the length of the longest string
Write a program to calculate the length of the longest string with n(1˂n˂10) strings. The leading space is not counted!#…
PROGRAMMING:Lowercase to uppercase
Enter a string to convert it to uppercase.### input format:The string can include English characters, numbers, and symbo…
PROGRAMMING:number plate
Print a number plate. The number plate consists of a border and a number. The characters that make up the border are cor…
PROGRAMMING:Strive for the top three
Because the top three students have awards, so we all want to get the top three. Input several student grades (no more t…
PROGRAMMING:Bracket matching detection
Write a program to detect the input string containing large, medium and small brackets to see if the brackets match.Note…
PROGRAMMING:Output character - single branch
Enter a character. If it is lowercase, convert it to uppercase. The rest of the characters remain unchanged.###Input for…
PROGRAMMING:Banker's algorithm -- security check
Input n processes (n ˂ = 100), and M resources (m ˂ = 100), initialize the total number of various resources, and the al…
PROGRAMMING:parenthesis matching
### DescriptionGiven a string $$P$$ only consist of characters with $$()$$, $$[]$$ and $$\{\}$$. Now BaoBao wants to kno…
PROGRAMMING:Kth of 1235 Gang
Integers 1,2,3,5 form a guild: only natural numbers obtained by internal multiplication of 1,2,3,5 can join the guild (t…
PROGRAMMING:Kill the president of CPA
Every national day, our CPA Association will hold program design training, mainly to provide a platform for compatriots…