Skip to content

Instantly share code, notes, and snippets.

@Baekjoon
Created April 16, 2015 14:58
Show Gist options
  • Save Baekjoon/7965ff5ac404fc96ae2b to your computer and use it in GitHub Desktop.
Save Baekjoon/7965ff5ac404fc96ae2b to your computer and use it in GitHub Desktop.
CucumberMarket
#include <vector>
#include <string>
using namespace std;
class CucumberMarket {
public:
string check(vector <int> price, int budget, int k) {
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment