当前位置:首页
> Luz 第2835页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Primary screening of patients with H1N1
###Task description```At present, it is the prevalent period of H1N1, in order to better carry out shunt treatment, the…
PROGRAMMING:SMS billing
###Task description```For sending short messages by mobile phone, the charge for a short message is 0.1 yuan, but the co…
PROGRAMMING:Vigen è Re password
###Task description```Blaise de Vigen, French diplomat in the 16th century è Re designed a multi table cipher encryption…
PROGRAMMING:Lowest Bit
###Task description:```Given an positive integer A (1 ˂= A ˂= 100), output the lowest bit of A.For example, given A = 26…
PROGRAMMING:Prime distance problem
###Task description```Now give you some numbers, ask you to write a program, output these integers adjacent to the neare…
PROGRAMMING:Simple arithmetic expression evaluation
###Task description```Simple arithmetic operation of two positive integers (only integer operation is considered). The a…
PROGRAMMING:Numbers independent of 7
###Task description```A positive integer is said to be related to 7 if it can be divided by 7, or if the number on a cer…
PROGRAMMING:Prime pair
###Task description```Two prime numbers with a difference of 2 are called prime pairs, such as 5 and 7, 17 and 19, etc.`…
PROGRAMMING:Bracket matching problem
###Task description```There are left brackets, right brackets and uppercase and lowercase letters in a string (length no…
PROGRAMMING:add , subtract , multiply and divide
###Task description```According to the input operator, simple integer operation is performed on the input integer.Operat…