当前位置:首页
> Luz 第2690页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Decimal to hexadecimal
Please write a program, input decimal number, output the corresponding hexadecimal number.####Input format˃Decimal non n…
PROGRAMMING:Travel dispatch
An enterprise organizes a spring outing for $$n $$employees, each coach can accommodate $$B $$passengers, and $$k $$coac…
PROGRAMMING:Hexadecimal to decimal
Please write a program, input hexadecimal number, output the corresponding decimal number.####Input format˃Hexadecimal n…
PROGRAMMING:Find the number of leap years
According to the current calendar (Gregorian calendar): every four years a leap, every hundred years do not leap, every…
PROGRAMMING:Decimal to octal
Please write a program, input decimal number, output the corresponding octal number.####Input format˃Decimal non negativ…
PROGRAMMING:Optimal merger problem
Title Source: algorithm design and analysis by Wang XiaodongGiven K ordered sequences, the K sequences are combined into…
PROGRAMMING:Statistical report (1)
A small commodity production enterprise introduces microcomputer management. Please write a program to input the sales v…
PROGRAMMING:Car refueling problem
Title Source: algorithm design and analysis by Wang XiaodongA car can run n kilometers with full gas. There are several…
PROGRAMMING:Venue arrangement
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)
This topic requires the output as shown in the figure below 99 multiplication tableNote: the product requires format con…