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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Change the upper case letters in the string to lower case letters

Luz5年前 (2021-05-10)475
Change the uppercase letter in the string to lowercase letter, other characters remain unchanged.###Input format:Enter a…

PROGRAMMING:Vehicle selection (inheritance)

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

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

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

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

Luz5年前 (2021-05-10)406
Delete all characters with even subscript in the string and output the remaining characters into a new string.###Input f…

PROGRAMMING:Yanghui triangle

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

Luz5年前 (2021-05-10)390
Enter a string, and the string is concatenated in reverse order at the end of the string.###Input format:Enter a string…

PROGRAMMING:lighthouse

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

Luz5年前 (2021-05-10)415
The Security Department of a certain country monitors the data flow of the whole country. The programmer of the departme…