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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Chicken and rabbit in the same cage

Luz5年前 (2021-05-10)471
Case development: chicken and rabbit in the same cageThere is an interesting question about "chickens and rabbits in the…

PROGRAMMING:"+ +, --" code analysis training

Luz5年前 (2021-05-10)507
```Case development "+ +, --" code analysis trainingPlease analyze the running results of the following program, and the…

PROGRAMMING:Apple tray

Luz5年前 (2021-05-10)427
There are n apples to be loaded on a plate, two for each plate. Program to input the number of apples N and output how m…

PROGRAMMING:"+ +, --" code analysis

Luz5年前 (2021-05-10)528
```Case 02-02-03 "+ +, --" code analysisCase code 03-02-05. C#includeint main(){ int a,b,c;a=7; b=2; c=++a+b; pr…

PROGRAMMING:Output function value

Luz5年前 (2021-05-10)393
Program input real number x, output the value of the following function.$$f(x)=e^{2x}+sin{x^{3.5}}+lnx-1$$#####Input for…

PROGRAMMING:Examples of mathematical functions

Luz5年前 (2021-05-10)545
Please input and analyze the following code:```Case 02-02-06 example of mathematical functionCase code 03-07-01. C#inclu…

PROGRAMMING:The particularity of logic operation

Luz5年前 (2021-05-10)474
Please input and analyze the following code:```Case 02-02-05 special features of logic operation#includeint main(){int a…

PROGRAMMING:Logic trap code analysis

Luz5年前 (2021-05-10)394
Please input and analyze the following code:```Case expansion logic trap code analysisAnalysis of the following code exe…

PROGRAMMING:Human fever

Luz5年前 (2021-05-10)344
The average normal body temperature is between 36 ℃ and 37 ℃ (armpit). If the temperature exceeds 37 ℃, it is considered…

PROGRAMMING:Stone scissors cloth

Luz5年前 (2021-05-10)433
You and the computer play stone scissors cloth game, programming input you out of what, and then the computer randomly o…