Search found 1 match

by hefesto
Thu Jul 05, 2012 8:14 pm
Forum: Volume 4 (400-499)
Topic: 462 - Bridge Hand Evaluator
Replies: 32
Views: 16628

Re: 462 Problem

Hi! I've been having the same type of trouble!!! All WA with such a simple problem. Can anybody help me?


#include <cstdio>
#include <string.h>

using namespace std;


int main()
{
freopen("in.txt", "r", stdin);

char hand[14][5];

char hola[10];
scanf("%s", hola);

/*
for(int i = 0; i < 14 ...

Go to advanced search