当前位置:首页
> Luz 第2770页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Triangle area
Please write a program, input the bottom $$B $$and height $$h $$of the triangle, calculate and output the area of the tr…
PROGRAMMING:Operation of complex number class
1. Declare a complex class (real and image whose private data members are double)2. Defines a constructor that specifies…
PROGRAMMING:Finding the sum of squares of a sequence
Please write a program, input positive integer $$n $$and calculate the sum of squares $$s = 1 ^ 2 + 2 ^ 2 + 3 ^ 2 + \ cd…
PROGRAMMING:Finding the sum of sequence cubes
Write program, input positive integer $$n $$, calculate cubic sum $$s = 1 ^ 3 + 2 ^ 3 + 3 ^ 3 + \ cdots + n ^ 3 $$.####I…
PROGRAMMING:Quick sort
As we all know, ZWG is a julao. On this day, ZWG encountered a problem, so I came to ask you for advice. Can you help hi…
PROGRAMMING:Angle → radian*
Please write a program, input angle (including: degrees, minutes and seconds), calculate and output arc number.####Input…
PROGRAMMING:K-round bubble sorting
As we all know, ZWG is a Dalao, and JZK is a Laji. Now JZK asks ZWG, can you sort n numbers in bubble order from small t…
PROGRAMMING:K-round insertion sort
Last time you helped JZK answer ZWG's question, ZWG thought JZK couldn't know how to do it, so he decided to ask him ano…
PROGRAMMING:Class a number
A binary number, if the number of 1 is more than the number of 0, is called class a number, otherwise it is called non c…
PROGRAMMING:Integer internal code
Output the internal 32-bit binary code of decimal integer.###Input format:The input data contains a number of integer n,…