麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 學院 > 開發設計 > 正文

1048. Find Coins (25)

2019-11-11 07:34:18
字體:
來源:轉載
供稿:網友

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 could only use exactly two coins to pay the exact amount. Since she has as many as 105 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 two coins to pay for it.

Input Specification:

Each input file contains one test case. For each case, the first line contains 2 positive numbers: N (<=105, the total number of coins) and M(<=103, the amount of money Eva has to pay). The second line contains N face values of the coins, which are all positive numbers no more than 500. All the numbers in a line are separated by a space.

Output Specification:

For each test case, PRint in one line the two face values V1 and V2 (separated by a space) such that V1 + V2 = M and V1 <= V2. If such a solution is not unique, output the one with the smallest V1. If there is no solution, output “No Solution” instead.

Sample Input 1: 8 15 1 2 8 7 2 4 11 15 Sample Output 1: 4 11 Sample Input 2: 7 14 1 8 7 2 4 11 15 Sample Output 2: No Solution

#include<cstdio>#include<algorithm>using namespace std;const int maxn=100010;int a[maxn];int main(){ int n,m; scanf("%d%d",&n,&m); for(int i=0;i<n;i++){ scanf("%d",&a[i]); } sort(a,a+n); int i=0,j=n-1; while(i<j&&j<n){ if(a[i]+a[j]<m) i++; else if(a[i]+a[j]>m) j--; else break; } if(i<j) printf("%d %d/n",a[i],a[j]); else printf("No Solution/n"); return 0;}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 久久精品观看 | 国产一区二区三区四区五区加勒比 | 精品免费在线视频 | 亚洲天堂午夜 | 成人区一区二区三区 | 日本欧美一区二区三区视频麻豆 | 国产小视频在线观看 | 亚洲av一级毛片特黄大片 | 黄色大片在线免费看 | 国产99久久久国产精品 | www.91pron| 国产成人在线免费观看视频 | japanese末成年free | 久久精品一二三区白丝高潮 | 黄色一级片在线观看 | av手机在线免费播放 | 在线中文字幕播放 | 99精品视频在线导航 | www噜噜偷拍在线视频 | 精品一区二区三区毛片 | 免费的性爱视频 | 色播视频在线播放 | 欧美第1页 | 成人毛片网| 叶子楣成人爽a毛片免费啪啪 | 视频一区二区三区中文字幕 | 欧美一区二区精品夜夜嗨 | 国产精品国产三级国产在线观看 | 亚洲福利视 | 国产一区网址 | 免费人成在线播放 | 精品免费久久 | 国产免费观看av | 国产亚洲精彩视频 | 成人在线精品视频 | 免费观看欧美一级片 | 日本欧美一区二区三区在线观看 | 毛片免费观看日本中文 | 91av在线影院| 精品一二三区视频 | 亚洲国产二区 |