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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Angle with same end edge

Luz5年前 (2021-05-10)368
If $$theta = 2K / PI + / alpha $$, then $$/ alpha $$and $$theta $$are angles with the same end edge. Please write a prog…

PROGRAMMING:Ring encryption*

Luz5年前 (2021-05-10)482
Arrange 26 English letters in a circle clockwise. The key is an integer.![](~/ 374)The specific encryption methods are a…

PROGRAMMING:Ring decryption*

Luz5年前 (2021-05-10)485
Arrange 26 English letters in a circle clockwise. The key is an integer.![](~/ 374)The known encryption methods are as f…

PROGRAMMING:Jmu-java-02 basic syntax-02-stringbuilder

Luz5年前 (2021-05-10)431
Enter three integers * * n, begin and end * *.**First, use the following code:```for(int i=0; i˂n; i++)```Concatenate th…

PROGRAMMING:Horizontal and vertical

Luz5年前 (2021-05-10)571
Fill in the blanks. According to the requirements of the title, improve the following code. Please submit the complete c…

PROGRAMMING:Calculate the area and perimeter of a regular pentagon

Luz5年前 (2021-05-10)424
Input a number from the keyboard as the side length of the regular pentagon, calculate and output the perimeter and area…

PROGRAMMING:2017final function template

Luz5年前 (2021-05-10)475
The class point of data spacing problem (function template) has three data members: X, y and Z, representing x, y and Z…

PROGRAMMING:sum

Luz5年前 (2021-05-10)497
Input an integer n. Calculate the sum of 1+2+3+…+n### Input:An integer### Output:The result### Input sample:```one hund…

PROGRAMMING:Goldbach's conjecture

Luz5年前 (2021-05-10)533
In 1742, Christian Goldbach, an amateur mathematician in Germany, wrote a letter to Leonhard Euler, in which he gave the…

PROGRAMMING:Goldbach conjecture

Luz5年前 (2021-05-10)449
The general meaning of the famous "Goldbach conjecture" in the field of mathematics is that any even number greater than…