Search found 1 match

by sbrown
Mon Mar 28, 2011 1:28 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153586

Re: 10038 - Jolly Jumpers

Hi,

Could anyone tell me what is wrong with the code below, please? It works with the test input, but on the programming challenges website http://www.programming-challenges.com it is marked as being the wrong answer.


#include <iostream>
#include <map>
#include <vector>
using namespace std;

int ...

Go to advanced search