当前位置:首页
> Luz 第2664页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Maximum
Output the maximum of the two input numbers.### Input format:Input two integers separated by space### Output format:One…
PROGRAMMING:Leap year
Input two years, output the leap years between these two years (including these two years).### Input format:Two positive…
PROGRAMMING:The linked list is also simple
Make a linked list of students' grade points. The linked list structure is as follows:struct student { string name; /…
PROGRAMMING:Who's going to pour it first
Rowing is an interesting part of ancient Chinese wine culture. The way for two people to row on the wine table is to sho…
PROGRAMMING:How many are there
An integer "* *" is defined as the ratio of the number containing 2 to its number of digits. If the number is negative,…
PROGRAMMING:Three important words
This super simple question has no input.You just need to put this very important sentence - "I'm going to win!"—— Output…
PROGRAMMING:Beautiful character square final
Input a string of small letters no more than 50 in length, and output the largest square formed by the character sequenc…
PROGRAMMING:Exercises
Input several lines, input two integers whose absolute value is not more than 100 in each line, and calculate the maximu…
PROGRAMMING:Sorting
Input 5 integers, output them from small to large.### Input format:Input 5 integers seperated by space.### Output format…
PROGRAMMING:Big Ben
There is a guy who calls himself "Big Ben V" on Weibo. He rings the bell every day to urge the code farmers to cherish t…