当前位置:首页
> Luz 第2970页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Stick it
Now there is a real number $$s $, which can be expressed as $$1ex \ (- 10 ˂ = x ˂ = 10, X= 0) $. For example, $$1000 $$i…
PROGRAMMING:I'm Feeling Lucky
A lucky day! The 18th China Jiliang University Programming Contest is coming soon, test your luck today!System will gen…
PROGRAMMING:Longest path
Given a positive weight directed acyclic graph and two vertices in the graph, write a program to find the longest path b…
PROGRAMMING:Merciless cash counter
As we all know, $$LC $$is the fastest person to pay for the training team. Now, $$LC $$has $$n $$banknotes with denomina…
PROGRAMMING:Task topology sort
A project is decomposed into n subtasks, numbered from 0 to n-1. To complete the whole project, we need to complete all…
PROGRAMMING:A plan to give customers change
This is a programming problem. Title: this topic requires mastering the integer division and remainder operation in nume…
PROGRAMMING:Best wishes to the contestants
As we all know, this year's fourth programming competition of Changhang is different from previous years. This year's fi…
PROGRAMMING:Path representation
When solving the single source shortest path problem, it is often used to record the path with the forward representatio…
PROGRAMMING:Discount in supermarket
A supermarket promotion regulations: shopping no more than 50 yuan, according to the original price payment; More than 5…
PROGRAMMING:Simple calculator (addition, subtraction, multiplication and division)
Input two number sum operators, operate the two numbers according to the operators, and output the results.###Input form…