Search found 2 matches

by godsont
Wed Apr 02, 2014 5:26 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153195

Re: 10038 - Jolly Jumpers WA

hi brianfry713, I have made a change in the program and now the sequence you provided is providing correct output. Please have a look at what else is the error in the program.

Here's the edited code:


#include <iostream>
#include <stdlib.h>
using namespace std;

int main(){
int n, input[3000 ...
by godsont
Sun Mar 30, 2014 3:02 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153195

10038 - Jolly Jumpers WA

Hi, I'm new to this site. I have tried solving the problem called Jolly Jumpers but got a Wrong Answer. I have tried a couple of times. Please help me find the error in the code below. I have tested with the input example in the problem and got the output right.


#include <iostream>
#include ...

Go to advanced search