当前位置:首页
> Luz 第2642页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Day K candle chart
The rising and falling trend of stock price is usually represented by the K-line chart in candle chart technology, which…
PROGRAMMING:A simple calculator for two numbers
This problem requires the preparation of a simple calculator program, according to the input operator, two integers for…
PROGRAMMING:Sum of integer segments
Given two integers $$a $$and $$B $$, output all integers from $$a $$to $$B $$and the sum of these numbers.###Input forma…
PROGRAMMING:Calculate pi
According to the following relation, calculate the value of PI until the value of the last term is less than the given t…
PROGRAMMING:Crawling worms
A worm is one inch long, at the bottom of an n-inch-deep well. It is known that worms can climb up u-inch every minute,…
PROGRAMMING:Finding the single root of a polynomial by dichotomy
The principle of dichotomy for finding the root of a function is: if the two endpoints of the continuous function $$f (x…
PROGRAMMING:Print the "99" formula table
The following is a complete table of the bottom triangle 99 formula:```1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1…
PROGRAMMING:Finding the set of integers that meet the given conditions
Given a positive integer a no more than 6, consider four consecutive numbers starting from a. Please output all the 3-di…
PROGRAMMING:Check denomination
A buyer went to the bank to cash a check for $$y $$$f $$, and the cashier gave it to him by mistake. The buyer found tha…
PROGRAMMING:Finding positive integer solutions of special equations
This problem requires that for any given positive integer $$n $$, all positive integer solutions of the equation $$x ^ 2…