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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Maximum

Luz5年前 (2021-05-10)492
Output the maximum of the two input numbers.### Input format:Input two integers separated by space### Output format:One…

PROGRAMMING:Leap year

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

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

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

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

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

Luz5年前 (2021-05-10)430
Input a string of small letters no more than 50 in length, and output the largest square formed by the character sequenc…

PROGRAMMING:Exercises

Luz5年前 (2021-05-10)402
Input several lines, input two integers whose absolute value is not more than 100 in each line, and calculate the maximu…

PROGRAMMING:Sorting

Luz5年前 (2021-05-10)482
Input 5 integers, output them from small to large.### Input format:Input 5 integers seperated by space.### Output format…

PROGRAMMING:Big Ben

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