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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Decimal to hexadecimal

Luz5年前 (2021-05-10)380
Please write a program, input decimal number, output the corresponding hexadecimal number.####Input format˃Decimal non n…

PROGRAMMING:Travel dispatch

Luz5年前 (2021-05-10)437
An enterprise organizes a spring outing for $$n $$employees, each coach can accommodate $$B $$passengers, and $$k $$coac…

PROGRAMMING:Hexadecimal to decimal

Luz5年前 (2021-05-10)487
Please write a program, input hexadecimal number, output the corresponding decimal number.####Input format˃Hexadecimal n…

PROGRAMMING:Find the number of leap years

Luz5年前 (2021-05-10)442
According to the current calendar (Gregorian calendar): every four years a leap, every hundred years do not leap, every…

PROGRAMMING:Decimal to octal

Luz5年前 (2021-05-10)432
Please write a program, input decimal number, output the corresponding octal number.####Input format˃Decimal non negativ…

PROGRAMMING:Optimal merger problem

Luz5年前 (2021-05-10)415
Title Source: algorithm design and analysis by Wang XiaodongGiven K ordered sequences, the K sequences are combined into…

PROGRAMMING:Statistical report (1)

Luz5年前 (2021-05-10)377
A small commodity production enterprise introduces microcomputer management. Please write a program to input the sales v…

PROGRAMMING:Car refueling problem

Luz5年前 (2021-05-10)474
Title Source: algorithm design and analysis by Wang XiaodongA car can run n kilometers with full gas. There are several…

PROGRAMMING:Venue arrangement

Luz5年前 (2021-05-10)404
Title Source: algorithm design and analysis by Wang XiaodongSuppose there are enough venues for a batch of activities, a…

PROGRAMMING:JMU Python 99 multiplication table (rectangle)

Luz5年前 (2021-05-10)388
This topic requires the output as shown in the figure below 99 multiplication tableNote: the product requires format con…