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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Vertical output string

Luz5年前 (2021-05-10)386
This topic requires reading in a string with a width less than 20, and then output the input in the format of one charac…

PROGRAMMING:String encryption

Luz5年前 (2021-05-10)360
Find the length of a string, and encrypt and transform the string as follows: A-˃Z a-˃z B-˃Y b-˃y C-˃X…

PROGRAMMING:Create a two-dimensional array and find the sum of the non edge elements and diagonal elements 2

Luz5年前 (2021-05-10)386
Input the order n of the matrix (n ˂ = 14) from the keyboard, and the value of the elements in the matrix is equal to N…

PROGRAMMING:Excellent student query (class and object)

Luz5年前 (2021-05-10)368
####* * Title: the function of programming to find excellent students - the user inputs the scores of multiple students…

PROGRAMMING:One stroke

Luz5年前 (2021-05-10)378
PROGRAMMING:One stroke
Xiao Ding is infatuated with a game recently, the legendary "one stroke" game.So what is a stroke? The following figure,…

PROGRAMMING:Find the maximum number and column number in the two-dimensional array

Luz5年前 (2021-05-10)457
Finding an arbitrary M × The maximum number of M-matrix and the number of its rows and columns###Input format:Enter m (2…

PROGRAMMING:New calculator

Luz5年前 (2021-05-10)481
###Topic: design a calculator, to achieve a three-dimensional vector addition, subtraction and vector and scalar multipl…

PROGRAMMING:Statistical average

Luz5年前 (2021-05-10)346
Experiment 5: arrayThe purpose of this study was to investigate the effects of different factors on the quality of life1…

PROGRAMMING:Store Information of Students Using Structure

Luz5年前 (2021-05-10)415
In this program, a structure, student is created.This structure has three members: name (string), roll (integer) and mar…

PROGRAMMING:Simple selection sort displays the k-th row

Luz5年前 (2021-05-10)518
Sorting n integers from small to large works like this: select the largest (small) of all numbers and exchange with the…