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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Finding the summation of peripheral elements of two dimensional array

Luz5年前 (2021-05-10)408
Find a 4 × 5 the sum of the elements around the array.###Input format:Enter a matrix of 4 rows and 5 columns. There is n…

PROGRAMMING:The sum of the elements of the lower left triangle of a square matrix

Luz5年前 (2021-05-10)433
Enter a 4 × 4 array, find a 4 × The sum of the elements of the lower left triangle (including the main diagonal) of the…

PROGRAMMING:Reverse concatenation of strings

Luz5年前 (2021-05-10)454
Connect the reverse and positive order of the string indicated by s to form a new string in the array indicated by T.###…

PROGRAMMING:The number of times a substring appears in the parent string

Luz5年前 (2021-05-10)356
Count the number of times a string of length 3 appears in another string..###Input format:Enter a long string less than…

PROGRAMMING:Removes all characters in a string with even subscripts

Luz5年前 (2021-05-10)356
Delete all the characters with even subscript in a string and output the remaining characters into a new string.###Input…

PROGRAMMING:Compare the size of two strings

Luz5年前 (2021-05-10)370
Compare the size of two strings, do not use the StrCmp function.###Input format:Enter two strings less than 20 in length…

PROGRAMMING:Sort all characters in a string from small to large

Luz5年前 (2021-05-10)345
Sort all characters in a string from small to large.###Input format:Enter a string less than 20 in length on one line. D…

PROGRAMMING:Replace the numeric character in the string with the $character

Luz5年前 (2021-05-10)409
Replace each numeric character in the string with a $character.###Input format:Enter a string with numeric characters le…

PROGRAMMING:Integer to string

Luz5年前 (2021-05-10)365
Convert an integer into a string and save it in reverse order in the character array. For example, if the original integ…

PROGRAMMING:Conversion from decimal to hexadecimal

Luz5年前 (2021-05-10)373
Input a decimal positive integer, output its corresponding hexadecimal number.###Input format:Enter a positive integer d…