Search found 28 matches

by Eather
Wed Nov 16, 2011 8:36 pm
Forum: Volume 106 (10600-10699)
Topic: 10608 - Friends
Replies: 75
Views: 39236

Re: 10608 - Friends

Oh, getting Wa. I use Disjoint set....

Please help me to find my Bug....
AC :)
by Eather
Wed Jul 27, 2011 8:08 pm
Forum: Volume 105 (10500-10599)
Topic: 10567 - Helping Fill Bates
Replies: 15
Views: 10863

Re: 10567 - Helping Fill Bates

Im getting WA. Any test cases please??

#include<iostream>
#include<cmath>
#include<cstdio>
#include<cstring>
#include<map>
#include<vector>
#include<algorithm>
#include<set>
#include<cstdio>
#include<sstream>
using namespace std;

int pel(string s){string t;t=s;reverse(t.begin(),t.end());if(s==t ...
by Eather
Mon Jul 18, 2011 9:52 pm
Forum: Volume 120 (12000-12099)
Topic: 12032 - The Monkey and the Oiled Bamboo
Replies: 23
Views: 12620

Re: 12032

Here are some test case for those who are getting wa:
5
6
1 6 10 14 20 30
10
10 20 30 45 60 75 100 234 4546 45666
3
5 10 15
5
10 20 31 41 51
6
1 2 3 10 20 30


output:
Case 1: 10
Case 2: 41120
Case 3: 6
Case 4: 12
Case 5: 11




this is edited code. Im getting WA. Please help me why my code is ...
by Eather
Sun Jul 17, 2011 3:58 pm
Forum: Volume 120 (12000-12099)
Topic: 12032 - The Monkey and the Oiled Bamboo
Replies: 23
Views: 12620

Re: 12032

ACCEPTED
by Eather
Tue Jul 12, 2011 9:28 pm
Forum: Volume 120 (12000-12099)
Topic: 12043 - Divisors
Replies: 6
Views: 5127

Re: 12043 Why WA!!!

Hi...Some 1 please give me some critical Input for this problem.... I m getting WA again and again...please some 1 help me finding my bug :( :oops:


Please check this input:
1
1 100000 1

Correct answer is: 1166750 8224740835

But, yours code give the output: 1166751 8224740836

Check the ...
by Eather
Tue Jul 12, 2011 9:26 pm
Forum: Volume 120 (12000-12099)
Topic: 12043 - Divisors
Replies: 6
Views: 5127

Re: 12043 Why WA!!!

Shaon, Please check this input:
1
1 100000 1

Correct answer is: 1166750 8224740835

But, yours code give the output: 1166751 8224740836

Check the calculation.

wish you good luck
by Eather
Fri May 06, 2011 7:10 pm
Forum: Volume 113 (11300-11399)
Topic: 11385 - Da Vinci Code
Replies: 70
Views: 35075

Re: 11385 - Da Vinci Code

try with some test cases given here (in this discussion board).
by Eather
Mon Apr 18, 2011 12:43 am
Forum: Volume 7 (700-799)
Topic: 785 - Grid Colouring
Replies: 27
Views: 18548

Re: 785 - Grid Colouring

Where's to end of the output. I am getting TLE. please help me someone.

/*in the name of Allah */
# include <list>
# include <deque>
# include <bitset>
# include <algorithm>
# include <functional>
# include <numeric>
# include <utility>
# include <sstream>
# include <iostream>
# include <iomanip ...
by Eather
Sun Apr 10, 2011 5:41 pm
Forum: Volume 119 (11900-11999)
Topic: 11944 - $ 10 to Win?
Replies: 5
Views: 3535

Re: 11944: $ 10 to Win?

sorry Sohel via, I didn't post the right code.... the code is actually...

/*in the name of Allah */


# include <list>
# include <deque>
# include <bitset>
# include <algorithm>
# include <functional>
# include <numeric>
# include <utility>
# include <sstream>
# include <iostream>
# include ...
by Eather
Mon Apr 04, 2011 10:11 am
Forum: Volume 119 (11900-11999)
Topic: 11944 - $ 10 to Win?
Replies: 5
Views: 3535

11944 - $ 10 to Win?

Why Im getting WA??? During contest time, I was also getting WA... But couldn't find any mistakes... would some one plz help me???

/*in the name of Allah */


# include <list>
# include <deque>
# include <bitset>
# include <algorithm>
# include <functional>
# include <numeric>
# include <utility ...
by Eather
Mon Apr 04, 2011 9:02 am
Forum: Volume 103 (10300-10399)
Topic: 10363 - Tic Tac Toe
Replies: 54
Views: 33181

Re: 10363 - Tic Tac Toe

Getting WA... but why??

/*in the name of Allah */


# include <list>
# include <deque>
# include <bitset>
# include <algorithm>
# include <functional>
# include <numeric>
# include <utility>
# include <sstream>
# include <iostream>
# include <iomanip>
# include <cstdio>
# include <cmath>
# include ...
by Eather
Mon Feb 28, 2011 4:12 am
Forum: Volume 118 (11800-11899)
Topic: 11804 - Argentina
Replies: 11
Views: 5961

Re: Can i use system("pause")?

Im getting WA but dont know why, please help me....

/*in the name of Allah */


# include <list>
# include <deque>
# include <bitset>
# include <algorithm>
# include <functional>
# include <numeric>
# include <utility>
# include <sstream>
# include <iostream>
# include <iomanip>
# include <cstdio ...
by Eather
Fri Feb 25, 2011 9:17 am
Forum: Volume 100 (10000-10099)
Topic: 10070 - Leap Year or Not Leap Year and ...
Replies: 233
Views: 83959

Re: 10070 - Leap Year or Not Leap Year and …

I dont know why im getting WA.. plz help me...

import java.util.*;
import java.math.*;
import java.io.*;

public class Main {

/**
* @param args the command line arguments
*/
public static void main(String[] args)throws Exception {

Scanner sc= new Scanner(System.in);

BigInteger Year2 ...
by Eather
Thu Feb 10, 2011 9:31 am
Forum: Volume 109 (10900-10999)
Topic: 10992 - The Ghost of Programmers
Replies: 36
Views: 23050

Why WA?? Plz Helppppppppp....

Im getting WA.. Please help me...

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package theghostofprogrammers;


import java.math.BigInteger;
import java.io.*;
import java.util.*;


/**
*
* @author Eather
*/
public class Main ...
by Eather
Tue Dec 21, 2010 6:00 am
Forum: Volume 110 (11000-11099)
Topic: 11063 - B2-Sequence
Replies: 73
Views: 51541

Re: 11063 - B2-Sequence

Why WA?

/*in the name of Allah */


#include <list>
#include <deque>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include <ctime ...

Go to advanced search