当前位置:网站首页>1068找到更多的硬币
1068找到更多的硬币
2022-08-05 05:05:00 【Brosto_Cloud】
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which could accept all kinds of coins as payments. However, there was a special requirement of the payment:for each bill, she must pay the exact amount. Since she has as many as 104 coins with her, she definitely needs your help. You are supposed to tell her, for any given amount of money, whether or not she can find some coinsto pay for it.
Input Specification:
Each input file contains one test case. For each case, the first line contains 2 positive numbers: N
(≤104, the total number of coins) and M
(≤102, the amount of money Eva has to pay). The second line contains N
face values of the coins, which are all positive numbers. All the numbers in a line are separated by a space.
Output Specification:
For each test case, print in one line the face values V1≤V2≤⋯≤Vk such that V1+V2+⋯+Vk=M
. All the numbersmust be separated by a space, and there must be no extra space at the end of the line. If such a solution is not unique, output the smallest sequence. If there is no solution, output "No Solution" instead.
Note: sequence {A[1], A[2], ...} is said to be "smaller" than sequence {B[1], B[2], ...} if there exists k≥1 such that A[i]=B[i] for all i In the beginning, using dfs+pruning, the test point 6 timed out, and it is fine to judge that the sum of all coins is less than m:Sample Input 1:
8 95 9 8 7 2 3 4 1
Sample Output 1:
1 3 5
Sample Input 2:
4 87 2 4 3
Sample Output 2:
No Solution
#include
边栏推荐
- 重新审视分布式系统:永远不会有完美的一致性方案……
- dedecms dream weaving tag tag does not support capital letters fix
- There are a lot of 4T hard drives remaining, prompting "No space left on device" insufficient disk space
- 延迟加载js方式async与defer区别
- Flutter learning three-Flutter basic structure and principle
- Mvi架构浅析
- software management rpm
- In the hot summer, teach you to use Xiaomi smart home accessories + Raspberry Pi 4 to connect to Apple HomeKit
- University Physics---Particle Kinematics
- ansible各个模块详解
猜你喜欢
C++ core programming
Structured light 3D reconstruction (1) Striped structured light 3D reconstruction
The solution to the failure to read channel information when dedecms generates a message in the background
雷克萨斯lm的安全性到底体现在哪里?一起来看看吧
[Surveying] Quick Summary - Excerpt from Gaoshu Gang
AUTOCAD——标注关联
Machine Learning Overview
Flutter真机运行及模拟器运行
8.04 Day35-----MVC三层架构
Feature preprocessing
随机推荐
App rapid development and construction experience: the importance of small programs + custom plug-ins
Flutter learning 2-dart learning
一篇博客通关Redis技术栈
Excel Paint
RL强化学习总结(一)
How to deal with DNS hijacking?
Distributed systems revisited: there will never be a perfect consistency scheme...
dedecms dream weaving tag tag does not support capital letters fix
机器学习概述
WPF中DataContext作用
Is the NPDP certificate high in gold content?Compared to PMP?
基于Web的商城后台管理系统的设计与实现
类的底层机制
UVA10827
Cron(Crontab)--使用/教程/实例
【学生毕业设计】基于web学生信息管理系统网站的设计与实现(13个页面)
判断语句_switch与case
Dephi reverse tool Dede exports function name MAP and imports it into IDA
The production method of the powered small sailboat is simple, the production method of the electric small sailboat
[8.2] Code Source - [Currency System] [Coins] [New Year's Questions (Data Enhanced Edition)] [Three Stages]