当前位置:首页
> Luz 第2820页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:The first addition calculator
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
Input 2 integers and output their sum, difference, product and exact quotient.###Input format:Enter two integers###Outpu…
PROGRAMMING:String Builder
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
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
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
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
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
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
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
Sparse matrix transpose represented by triple order table.###Input format:Enter the number of rows m, the number of colu…