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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:The first addition calculator

Luz5年前 (2021-05-10)465
Write the first simple addition calculator.###Input format:Enter two real numbers separated by spaces.###Output format:F…

PROGRAMMING:Java basic syntax - four operations of integers

Luz5年前 (2021-05-10)527
Input 2 integers and output their sum, difference, product and exact quotient.###Input format:Enter two integers###Outpu…

PROGRAMMING:String Builder

Luz5年前 (2021-05-10)832
You are going to read four numbers: n, a, b and c, like this:```12 2 5 3```First, *n* is used to build up a string from…

PROGRAMMING:Apples and insects

Luz5年前 (2021-05-10)451
There are n apples in the box, and a bug is mixed in (the bug is free ~). The insect can eat an apple every x hours. Ass…

PROGRAMMING:Postage Calculations

Luz5年前 (2021-05-10)426
According to the weight of the mail and whether the user chooses to speed up the calculation of postage. Calculation rul…

PROGRAMMING:Solving the path of maze from entrance to exit

Luz5年前 (2021-05-10)448
Solve the path of maze from entrance to exit. Enter a maze to find the feasible path from the entrance to the exit. In o…

PROGRAMMING:Virus infection detection

Luz5年前 (2021-05-10)527
Human DNA and viral DNA are expressed as string sequences composed of some letters. Then check whether the DNA sequence…

PROGRAMMING:Finding the sum of two polynomials of one variable

Luz5年前 (2021-05-10)402
Find the sum of two polynomials of one variable.###Input format:The input is divided into two lines. In each line, the n…

PROGRAMMING:Solving the shortest path of maze from entrance to exit

Luz5年前 (2021-05-10)444
Solve the shortest path of maze from entrance to exit. Input a maze to find the shortest path from the entrance to the e…

PROGRAMMING:Transpose operation of sparse matrix represented by triple order table I

Luz5年前 (2021-05-10)435
Sparse matrix transpose represented by triple order table.###Input format:Enter the number of rows m, the number of colu…