Search found 7 matches

by biplabks
Sun Mar 23, 2014 6:02 am
Forum: Volume 101 (10100-10199)
Topic: 10137 - The Trip
Replies: 159
Views: 70462

Re: 10137 - The Trip

Hi...I have changed my code little bit..but still WA....can you please give me some test input?I am sure i am getting WA for formatting..


#include<iostream>
#include<math.h>
#include<stdio.h>

using namespace std;

int main()
{
long input;
double buck;
double average = 0;
double positivesum ...
by biplabks
Thu Mar 13, 2014 4:11 am
Forum: Volume 101 (10100-10199)
Topic: 10137 - The Trip
Replies: 159
Views: 70462

Re: 10137 - The Trip

Post your updated code.

Hi...Here is my updated code.




#include<iostream>
#include<math.h>
#include<stdio.h>

using namespace std;

int main()
{
long input;
double buck;
double average = 0;
double positivesum = 0;
double negativesum = 0;
double track;
double* arr;

while(cin ...
by biplabks
Tue Mar 11, 2014 8:26 pm
Forum: Volume 101 (10100-10199)
Topic: 10137 - The Trip
Replies: 159
Views: 70462

Re: 10137 - The Trip

I have modified the program without using floating point. But same problem.
by biplabks
Tue Mar 11, 2014 8:15 am
Forum: Volume 101 (10100-10199)
Topic: 10137 - The Trip
Replies: 159
Views: 70462

Re: 10137 - The Trip

Hi...I don't know why i m getting error...i have tried several inputs and those work...any hints experts?



#include<iostream>
#include<math.h>
#include<stdio.h>

using namespace std;

int main()
{
long input;
double buck;
double average = 0.00;
double positivesum = 0.00;
double negativesum ...
by biplabks
Mon Mar 10, 2014 8:30 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125149

Re: 10189 Minesweeper - WA

Hi..I have the same output as yours...it may be something with blank line...i m not sure though...can u please help?

Field #1:
3*33*32*34**4*5**33***5*4****3***3*22*34***34**4***5****3*4***2****4**11*22**3***5*3***32****102*432
***5**44****4***4**56****43445***522*4***54*****57****54*4***42234 ...
by biplabks
Mon Mar 10, 2014 11:23 am
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125149

Re: 10189 Minesweeper - WA

I don't know...why i am getting WA.
can anybody help pls?

got accepted...thank u..
by biplabks
Sun Mar 09, 2014 11:22 am
Forum: Volume 4 (400-499)
Topic: 457 - Linear Cellular Automata
Replies: 25
Views: 14736

Re: Linear Cellular Automata 457

Hi:

Here is my code.I don't know why i am getting WA.
got accepted.

Go to advanced search