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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Building and traversing binary tree

Luz5年前 (2021-05-10)406
Define the precedence sequence of a binary tree in the form of string. If the character is' # ', it means that the binar…

PROGRAMMING:Narcissus number (20 points)

Luz5年前 (2021-05-10)409
Narcissus number refers to an n-bit positive integer (n ≥ 3), the sum of the n-th power of the numbers in each bit of na…

PROGRAMMING:Judge prime

Luz5年前 (2021-05-10)667
Determine whether a given positive integer is prime###Input format:Input a positive integer n (≤ 10) in the first line,…

PROGRAMMING:List de duplication

Luz5年前 (2021-05-10)437
Given a linked list L with integer key values, you need to delete the node with repeated absolute values. That is, for e…

PROGRAMMING:Social cluster

Luz5年前 (2021-05-10)368
When you register on a social networking platform, you are always required to fill in your personal interests in order t…

PROGRAMMING:Altar

Luz5年前 (2021-05-10)397
In the ancient city of Mindray, there stand n sacred stones. The elders deliberated and selected three sacred stones to…

PROGRAMMING:String detection based on DFA

Luz5年前 (2021-05-10)379
Deterministic finite state automata (DFA) can be understood as a structure composed of several States, which can automat…

PROGRAMMING:Combine to find the maximum and minimum

Luz5年前 (2021-05-10)388
Input 4 integers within 0 ~ 9 from the keyboard, and calculate the maximum and minimum values of the integers composed o…

PROGRAMMING:Palindrome tester

Luz5年前 (2021-05-10)603
A palindrome is a number or a text phrase that reads the same backwardas forward. For example, each of the following fiv…

PROGRAMMING:Decimal Equivalent

Luz5年前 (2021-05-10)602
Input an integer and print its decimal equivalent. [Hint: Use the remainder anddivision operators to pick off the denary…