Search found 1 match

by wert
Sun Jan 08, 2012 6:52 pm
Forum: Volume 123 (12300-12399)
Topic: 12354 - Paths in a Tree
Replies: 0
Views: 1063

12354 - Paths in a Tree

I need help with this problem. I tried a lot of cases, checking them by hand, but i can't find the mistake.... I need some input for which my program fails

#include <vector>
#include <stack>
#include <iostream>
#include <cstdio>

using namespace std;

#define forn(i, n) for(int i = 0; i < (int)(n ...

Go to advanced search