# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
949561 | 2024-03-19T11:06:01 Z | tnun | Jelly Flavours (IOI20_jelly) | C++14 | 0 ms | 0 KB |
#include<bits/stdc++.h> using namespace std; #define ll long long #define pb push_back #define mp make_pair int find_maximum_unique(int x, int y,vector<int> a,vector<int> b){ sort(a.begin(),a.end()); int ans=0; for(int i=0;i<a.size();i++){ if(x>=a[i]){ x-=a[i]; ans++; } } return ans+y/b[i]; }