Cod sursa(job #310319)
Utilizator | Data | 2 mai 2009 10:52:35 | |
---|---|---|---|
Problema | Cutii | Scor | 0 |
Compilator | cpp | Status | done |
Runda | tot | Marime | 0.19 kb |
#include <cstdio>
#include <algorithm>
using namespace std;
int V[15] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
int main()
{
do
{
;
}while(next_permutation(V, V+12));
}