当前位置:首页
> Luz 第2609页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Angle with same end edge
If $$theta = 2K / PI + / alpha $$, then $$/ alpha $$and $$theta $$are angles with the same end edge. Please write a prog…
PROGRAMMING:Ring encryption*
Arrange 26 English letters in a circle clockwise. The key is an integer.The specific encryption methods are a…
PROGRAMMING:Ring decryption*
Arrange 26 English letters in a circle clockwise. The key is an integer.The known encryption methods are as f…
PROGRAMMING:Jmu-java-02 basic syntax-02-stringbuilder
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
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
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
The class point of data spacing problem (function template) has three data members: X, y and Z, representing x, y and Z…
PROGRAMMING:sum
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
In 1742, Christian Goldbach, an amateur mathematician in Germany, wrote a letter to Leonhard Euler, in which he gave the…
PROGRAMMING:Goldbach conjecture
The general meaning of the famous "Goldbach conjecture" in the field of mathematics is that any even number greater than…