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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Triangle area

Luz5年前 (2021-05-10)533
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

Luz5年前 (2021-05-10)456
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

Luz5年前 (2021-05-10)506
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

Luz5年前 (2021-05-10)405
Write program, input positive integer $$n $$, calculate cubic sum $$s = 1 ^ 3 + 2 ^ 3 + 3 ^ 3 + \ cdots + n ^ 3 $$.####I…

PROGRAMMING:Quick sort

Luz5年前 (2021-05-10)477
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*

Luz5年前 (2021-05-10)386
Please write a program, input angle (including: degrees, minutes and seconds), calculate and output arc number.####Input…

PROGRAMMING:K-round bubble sorting

Luz5年前 (2021-05-10)402
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

Luz5年前 (2021-05-10)472
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

Luz5年前 (2021-05-10)470
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

Luz5年前 (2021-05-10)388
Output the internal 32-bit binary code of decimal integer.###Input format:The input data contains a number of integer n,…