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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Two dimensional array element change

Luz5年前 (2021-05-10)384
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

Luz5年前 (2021-05-10)549
One day, Boshen got a bunch of matchsticks and put them into numbers, just like the following.![](~/ 217)At this time, M…

PROGRAMMING:Output 26 capital letters

Luz5年前 (2021-05-10)391
Output 26 capital letters.###Output format:Output 26 capital letters in alphabetical order on a line. There is no space…

PROGRAMMING:Yanghui triangle

Luz5年前 (2021-05-10)406
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

Luz5年前 (2021-05-10)439
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

Luz5年前 (2021-05-10)413
Concatenate two strings. Strcat function is not allowed.###Input format:Enter two strings less than 20 in length on both…

PROGRAMMING:Copy n characters

Luz5年前 (2021-05-10)449
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

Luz5年前 (2021-05-10)385
Count the number of lowercase letters, uppercase letters, numbers and spaces in a string.###Input format:Enter a string…

PROGRAMMING:Character array output diamond

Luz5年前 (2021-05-10)425
Use a 5 * 9 two-dimensional array to store and output the following figure.![](~/ 216)###Output format:Output a two-dime…

PROGRAMMING:Peel the onion

Luz5年前 (2021-05-10)511
Notice, notice!At the teacher's request, we need to do a problem of printing graphics, which is the most basic ability o…