Search found 1 match

by A.Nonyme
Sat Nov 27, 2010 8:56 pm
Forum: Volume 1 (100-199)
Topic: 104 - Arbitrage
Replies: 223
Views: 37193

Re: hints for 104

Still WA :-?
I tested all additional usecases from the board.
Here is my code :

#include <cstdlib>
#include <iostream>

using namespace std;

namespace {

template<size_t N>
inline void PrintSolution(const unsigned (&iPath)[N][N][N], unsigned iLength, unsigned iCurrency) {
for(unsigned ...

Go to advanced search