Search found 1 match

by cah
Thu Mar 12, 2009 5:30 am
Forum: Volume 101 (10100-10199)
Topic: 10142 - Australian Voting
Replies: 82
Views: 45904

Re: 10142 - Australian Voting

Please.. I need some help!!

Judge gives me TLE, but I tested with many many inputs, and I have no idea what I'm doing wrong.
What input my code (in C) enters in loop?

#include <stdio.h>
#include <string.h>


void eliminaCandidato(int cedula[10000][200], int candidato, int n, int m) {
int i, j, k ...

Go to advanced search