Skip to content

Instantly share code, notes, and snippets.

@palcu
Created January 31, 2012 12:54
Show Gist options
  • Save palcu/1710354 to your computer and use it in GitHub Desktop.
Save palcu/1710354 to your computer and use it in GitHub Desktop.
#include <vector>
#include <list>
#include <map>
#include <set>
#include <queue>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include <ctime>
using namespace std;
const int mod = 1000000007;
class NoRepeatPlaylist {
public:
int numPlaylists(int N, int M, int P) {
int sol = 1;
// te joci cu N M si P
return sol;
}
};
<%:testing-code%>
//Powered by KawigiEdit 2.1.4 (beta) modified by pivanof!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment