当前位置:首页
> Luz 第2659页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Change the upper case letters in the string to lower case letters
Change the uppercase letter in the string to lowercase letter, other characters remain unchanged.###Input format:Enter a…
PROGRAMMING:Vehicle selection (inheritance)
There is an automobile class vehicle, which has a constructor that needs to pass parameters. The data members in the aut…
PROGRAMMING:Sort all the characters in the string from small to large
Input a string, sort the characters from small to large, and then output.###Input format:Enter a string no longer than 2…
PROGRAMMING:Schedule (multiple inheritance + overload)
There is already a date class date, which includes three protected member dataint year;int month;int day;Another time cl…
PROGRAMMING:Replace numeric characters in a string with the $character
Enter a string and replace the numeric characters in the string with the $character.###Input format:Enter a string conta…
PROGRAMMING:Removes even subscript characters from a string
Delete all characters with even subscript in the string and output the remaining characters into a new string.###Input f…
PROGRAMMING:Yanghui triangle
Find the first n lines of Yang Hui triangle.###Input format:Enter n (n ˂ 10) value.###Output format:Output the first n r…
PROGRAMMING:String positive and negative sequence connection
Enter a string, and the string is concatenated in reverse order at the end of the string.###Input format:Enter a string…
PROGRAMMING:lighthouse
At this moment, the heart is like the sea;Like a windward sail along the Bay;In the sea full of silver;I am a lonely boa…
PROGRAMMING:monitor
The Security Department of a certain country monitors the data flow of the whole country. The programmer of the departme…