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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Programming calculation 1 + 11 + 111 +... + 111111

Luz5年前 (2021-05-10)528
Programming calculation 1 + 11 + 111 +... + 111111.###Input format:There is no input for this topic###Output format:1+11…

PROGRAMMING:Count the number of numeric characters in the string

Luz5年前 (2021-05-10)500
Enter a string to count the number of numeric characters in the string.###Input format:Enter a string that is not more t…

PROGRAMMING:Replace uppercase letters in string

Luz5年前 (2021-05-10)393
Enter a string and a single character to replace all uppercase letters in the string with the input character.###Input f…

PROGRAMMING:Replace lowercase letters in a string

Luz5年前 (2021-05-10)440
Enter a string and a single character to replace all lowercase letters in the string with the input character.###Input f…

PROGRAMMING:Count the number of lowercase letters in the string

Luz5年前 (2021-05-10)342
Enter a string to count the number of lowercase letters in the string.###Input format:Enter a string that is not more th…

PROGRAMMING:Replace numeric characters in a string

Luz5年前 (2021-05-10)429
Enter a string and a single character to replace all numeric characters in the string with the input characters.###Input…

PROGRAMMING:Count the number of uppercase letters in the string

Luz5年前 (2021-05-10)493
Enter a string to count the number of uppercase letters in the string.###Input format:Enter a string that is not more th…

PROGRAMMING:Grid of numbers (Yuyao primary school, 2013)

Luz5年前 (2021-05-10)535
PROGRAMMING:Grid of numbers (Yuyao primary school, 2013)
Yuyao City to build a new square, in order to be beautiful, the requirement is completely square. At present, it is unde…

PROGRAMMING:Insert element (array) at specified position

Luz5年前 (2021-05-10)408
Store an even number between 1 and 100 in an array. Input an integer x and the insertion position K, insert x into the a…

PROGRAMMING:Sort (array)

Luz5年前 (2021-05-10)426
Input a number of integers into an array, sort it from small to large and then output.###Input format:Enter a number of…