当前位置:首页
> Luz 第2891页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Triangle judge and calculate area
Please judge whether a triangle can be formed according to the given three side lengths a, B and C. If a triangle can be…
PROGRAMMING:Creation and output of book information table based on sequential storage structure
Define a sequence table containing book information (book number, book name, price), read in the corresponding book data…
PROGRAMMING:Binary tree creation and query
To create a binary tree, the node stores integer data. The rule is: the first value is the root of the binary tree, the…
PROGRAMMING:Yet Another Bracket Sequence
One day, Little Gyro was playing with a series of Bracket Sequences, A Bracket Sequence is a string that only contains t…
PROGRAMMING:Calculate the number of days in the current year
Programming: enter the value of year, month and day of any date, and find out the total number of days from January 1 to…
PROGRAMMING:Strange binary tree!
After this week's class, we must have our own understanding of binary tree! Recently, small Z encountered a strange bina…
PROGRAMMING:Double 11: a headache
Double 11 is coming, online shopping otaku Xiaoming boxing huohuohuo! Ideal is full, reality is bony. Although Xiao Ming…
PROGRAMMING:The Whimper of Universe
What does our future hold? How will the universe meet its end? Over the whole human history, controversy on whether th…
PROGRAMMING:Statistics characters and spaces
This requires the preparation of procedures, input a line of characters, statistics of the number of digital characters,…
PROGRAMMING:Output all prime numbers between M and n
This problem requires the output of the given integer $$M $$and $$n $$interval of all prime numbers, output 10 per line.…