Search found 33 matches: 10205

Searched query: 10205

by stevesJ03
Sat Nov 15, 2014 6:18 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

lighted wrote:Try to copy/paste output format from sample or problem description. Or use file comparing tools to check correctness of output.

Sample Output

Code: Select all

Queen of Clubs
Your Output

Code: Select all

Qeen of Clubs
Thank you very much, lighted....I spent a lot of time because of that stupid mistake :oops:
by lighted
Sat Nov 15, 2014 6:01 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

Try to copy/paste output format from sample or problem description. Or use file comparing tools to check correctness of output.

Sample Output

Code: Select all

Queen of Clubs
Your Output

Code: Select all

Qeen of Clubs
by stevesJ03
Sat Nov 15, 2014 5:36 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

Someone helps me please!! I got WA although I have test all test case in this topic.... This is my code:

Code: Select all

//Removed after AC. :D 
by fresher96
Tue Sep 16, 2014 3:58 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

brianfry713 wrote:Don't use fflush(stdin)
:D thanks a lot Master !
i'm sorry for that <dumb> mistake i almost cried
by brianfry713
Mon Sep 15, 2014 9:08 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

Don't use fflush(stdin)
by fresher96
Mon Sep 15, 2014 2:14 am
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up WA

:cry:
hey guys please help me
i have got about 8 WA
my code is very simple and it passed all the test cases in this forum
any help ??

#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
using namespace std;

//ofstream fout("out.txt");
int T;
int switches[101][53];

void ...
by uDebug
Sat Mar 22, 2014 3:35 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

brianfry713, lbv,

Thanks for the great test cases.
by quique0194
Tue Feb 18, 2014 4:38 am
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

I was getting wrong answer only because i put a blank line at the end of the output xD
by lbv
Wed Feb 20, 2013 5:57 am
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

I am getting WA.
I have tested it with sample I/O and other I/O from this forum, it works as expected.

But judge says my program is Wrong.
You may try these cases:

Input

2

5
2 49 3 34 10 23 12 45 6 7 46 31 15 18 52 37 27 14 19 39 22 5 51 30 29 11
42 38 44 9 13 40 21 32 41 16 36 47 4 43 35 ...
by army007
Tue Feb 19, 2013 10:46 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

I am getting WA.
I have tested it with sample I/O and other I/O from this forum, it works as expected.

But judge says my program is Wrong. Here is my code -


#include <algorithm>
#include <cctype>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <deque>
#include ...
by Sawon90
Mon Mar 19, 2012 3:13 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

Many many thanks to brianfry713, actually I can't understand the problem statement clearly. Now I gor Accepted.
by brianfry713
Fri Mar 09, 2012 12:45 am
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

Input: 1

2
2 1 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 52 51
52 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ...
by Sawon90
Thu Mar 08, 2012 6:17 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

I am just helpless...... I got many times wrong answer,, Please someone help me. Or give me some critical input and output, My code is.....
#include<stdio.h>
#include<string.h>
char car[60][50]={"","2 of Clubs","3 of Clubs","4 of Clubs","5 of Clubs","6 of Clubs","7 of Clubs","8 of Clubs",
"9 of ...
by tristanx9
Sun Apr 11, 2010 12:58 am
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

I basically have done a identical code in c++ and as I suspected it was ACC, but I tried every modification in I/O to find the responsible but got nothing my c++ code is here. Someone can solve the mystery?



#include <iostream>

using namespace std;

char valores[13][9] = {"2", "3", "4", "5", "6 ...
by tristanx9
Fri Apr 09, 2010 10:09 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 34007

Re: 10205 - Stack 'em Up

I have tested all cases I could found on web. my code works in all of them. I really don't have a clue about what is happening. Someone can please help me.

import java.io.*;

class Main {

String valores[] = {"2", "3", "4", "5", "6", "7", "8", "9", "10", "Jack", "Queen", "King", "Ace"};
String ...

Go to advanced search