当前位置:首页
> Luz 第2676页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Two dimensional array element change
A two-dimensional array a [3] [3] = {1,2,3,4,5,6,7,8,9} is output after the following processing. Change the elements on…
PROGRAMMING:Boss Ma's counterattack
One day, Boshen got a bunch of matchsticks and put them into numbers, just like the following.At this time, M…
PROGRAMMING:Output 26 capital letters
Output 26 capital letters.###Output format:Output 26 capital letters in alphabetical order on a line. There is no space…
PROGRAMMING:Yanghui triangle
Print n lines of Yanghui triangle, n ˂ 10.###Input format:Directly enter a positive integer n less than 10.###Output for…
PROGRAMMING:Delete numeric characters
Delete all numeric characters in a string.###Input format:Enter a string no more than 20 in length on one line and end w…
PROGRAMMING:Join two strings
Concatenate two strings. Strcat function is not allowed.###Input format:Enter two strings less than 20 in length on both…
PROGRAMMING:Copy n characters
Copy the first n characters in a string to a character array. The value of n is less than the actual length of the strin…
PROGRAMMING:Count the number of all kinds of characters
Count the number of lowercase letters, uppercase letters, numbers and spaces in a string.###Input format:Enter a string…
PROGRAMMING:Character array output diamond
Use a 5 * 9 two-dimensional array to store and output the following figure.###Output format:Output a two-dime…
PROGRAMMING:Peel the onion
Notice, notice!At the teacher's request, we need to do a problem of printing graphics, which is the most basic ability o…