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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:String connection

Luz5年前 (2021-05-10)473
This problem requires the preparation of procedures, the use of pointers to achieve the connection of two strings (can n…

PROGRAMMING:magic square

Luz5年前 (2021-05-10)512
####Task description```N-order magic square: the so-called n-order magic square refers to the square matrix composed of…

PROGRAMMING:Output matrix

Luz5年前 (2021-05-10)411
######Task description```Input a positive integer and output the square matrix as required.```######Input format:```A po…

PROGRAMMING:Output the product of two matrices

Luz5年前 (2021-05-10)383
####Task description```Program to output the product of two matrices.```####Input format:```The first is three positive…

PROGRAMMING:Output the height of a two-dimensional array

Luz5年前 (2021-05-10)378
######Task description```Programming output of an integer two-dimensional array of high, high two-dimensional array is d…

PROGRAMMING:[input / output] [calculation multiple a --]

Luz5年前 (2021-05-10)470
Input a positive integer n, please output 2 times of this positive integer n.###Input format:Enter a positive integer n,…

PROGRAMMING:[expression] [calculation area volume B --]

Luz5年前 (2021-05-10)556
Output the cuboid's length a, width b, height h, then calculate its surface area s and volume V and output.###Input form…

PROGRAMMING:[expression] [mass calculation a --]

Luz5年前 (2021-05-10)458
Now there is a cuboid material. We already know its length a m, width b m, height h m and density p kg / m3. Please calc…

PROGRAMMING:[input / output] [calculation multiple B --]

Luz5年前 (2021-05-10)390
Input two positive integers n and m, separated by spaces, please output the product of these two positive integers.###In…

PROGRAMMING:[simple branch] [shape judgment B --]

Luz5年前 (2021-05-10)381
Enter the coordinates (x1, Y1) and (X2, Y2) of the two points in the plane rectangular coordinate system. Please determi…