Search found 1 match

by tejas.deshpande
Mon Sep 20, 2010 9:50 am
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153594

Re: 10038 - Jolly Jumpers

Hi I keep getting runtime error.
However when i test it with input from the forums it is giving correct answers

#include <iostream>
#include <sstream>
#include <string>

using namespace std;

int inp;
bool list [3000];



int jumpers [3005];

string input;
int total_numbers;

void clear_first ...

Go to advanced search