当前位置:首页
> Luz 第2727页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Insertion sequence of binary search tree
Binary search tree is defined as:*The left subtree contains only elements smaller than the root node;*The right subtree…
PROGRAMMING:Looking for submatrix (Cixi 2013)
###Input format:###Output format:###Input example:```inthreeaot…
PROGRAMMING:Solving simple four Operational expressions
Input a four arithmetic expression, output the result of operation, require special treatment for the case of divisor 0.…
PROGRAMMING:Statistics of alphabetic and numeric characters
This problem requires the preparation of procedures, input 10 characters, statistics of the number of English letters, n…
PROGRAMMING:Inquire the price of the goods in the vending machine
Given four commodities, namely crisps, popcorn, chocolate and cola, the unit price is 3.0 yuan / kg, 2.5 yuan / kg, 4.0…
PROGRAMMING:Guess the number (Ningbo primary school, 2012)
Weiwei is playing the game of guessing numbers recently, and now she wants you to play it. What are the rules of the num…
PROGRAMMING:Zhuzi (Ningbo primary school, 2012)
Weiwei's mother has a necklace made of a string of beads. The beads in this necklace can be up to three colors (red, blu…
PROGRAMMING:Insertion Sequences of a Binary Search Tree
A binary search tree (BST) can be defined as a binary tree with the following properties:* The left subtree of a node co…
PROGRAMMING:Digital replacement (Ningbo primary school, 2012)
Weiwei likes to play a number replacement game very much. The number replacement game is like this: give an n-digit posi…