Created
January 31, 2012 12:54
-
-
Save palcu/1710354 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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