当前位置:首页
> Luz 第2779页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Programming calculation 1 + 11 + 111 +... + 111111
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
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
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
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
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
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
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)
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
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)
Input a number of integers into an array, sort it from small to large and then output.###Input format:Enter a number of…
