Hello :-)
Can anybody write me game trace for sample input or check my trace?
I'm getting:
1 43
For other inputs it's even worst :-(
Game trace:
> (player, #number after previous round, table + new card)
> p=2 #c1=26 #c2=26 H2
> p=1 #c1=26 #c2=25 H2 D2
> p=2 #c1=25 #c2=25 H2 D2 S7
> p=1 #c1=25 ...
Search found 6 matches
- Sat Aug 13, 2005 5:23 pm
- Forum: Volume 1 (100-199)
- Topic: 162 - Beggar My Neighbour
- Replies: 31
- Views: 10263
- Sat Aug 13, 2005 5:21 pm
- Forum: Volume 1 (100-199)
- Topic: 152 - Tree's a Crowd
- Replies: 30
- Views: 7039
My program still get is WA but O.K. for this above input
Can anybody say me what is the hack or write another input and output?
Thank for any help
Thank for any help

- Mon Aug 08, 2005 10:23 am
- Forum: Volume 1 (100-199)
- Topic: 152 - Tree's a Crowd
- Replies: 30
- Views: 7039
152 (8.08.2005)
Can anybody send me additional input and output for problem 152?
Thank you
Thank you

- Fri Aug 05, 2005 9:28 am
- Forum: C++
- Topic: code correct under g++ 3.4.1 but "Compilation error&quo
- Replies: 2
- Views: 2120
- Thu Aug 04, 2005 1:36 pm
- Forum: C++
- Topic: code correct under g++ 3.4.1 but "Compilation error&quo
- Replies: 2
- Views: 2120
code correct under g++ 3.4.1 but "Compilation error&quo
Why this is wrong?
#include <cstdio>
#include <cstdlib>
#include <queue>
#include <stack>
#include <utility>
#include <vector>
using namespace std;
const int INFL = 0x7fffffff / 2 - 1; // infinity
typedef pair<int, int> path;
typedef struct
{
int v; // neighboring vertex
int weight; // edge ...
#include <cstdio>
#include <cstdlib>
#include <queue>
#include <stack>
#include <utility>
#include <vector>
using namespace std;
const int INFL = 0x7fffffff / 2 - 1; // infinity
typedef pair<int, int> path;
typedef struct
{
int v; // neighboring vertex
int weight; // edge ...
- Wed May 25, 2005 10:53 am
- Forum: Volume 2 (200-299)
- Topic: 202 - Repeating Decimals
- Replies: 82
- Views: 25338
202 - Repeating Decimals
I check the test from other thread but it doesn't help.
I need more tests.
Can anybody help me?
Thank you in anticipation
I need more tests.
Can anybody help me?
Thank you in anticipation
