当前位置:首页
> Luz 第2682页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Finding the summation of peripheral elements of two dimensional array
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
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
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
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
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
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
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
Replace each numeric character in the string with a $character.###Input format:Enter a string with numeric characters le…
PROGRAMMING:Integer to string
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
Input a decimal positive integer, output its corresponding hexadecimal number.###Input format:Enter a positive integer d…