Search found 3 matches
- Thu Jan 15, 2009 4:40 am
- Forum: Volume 1 (100-199)
- Topic: 108 - Maximum Sum
- Replies: 233
- Views: 51731
Re: 108, am I on wrong way ?
Thanks my friend! I should be more concentrated!
- Wed Jan 14, 2009 5:12 am
- Forum: Volume 1 (100-199)
- Topic: 108 - Maximum Sum
- Replies: 233
- Views: 51731
Re: 108, am I on wrong way ?
Hi everybody!
I tried out with this not more efficient algorithm [ O(n^4) ],perhaps can run on time, but I got WA!, someone could give me a hand?
Thanks in advance for your answers!
I tried out with this not more efficient algorithm [ O(n^4) ],perhaps can run on time, but I got WA!, someone could give me a hand?
Code: Select all
done!
- Thu Jan 10, 2008 10:45 pm
- Forum: Volume 5 (500-599)
- Topic: 517 - Word
- Replies: 13
- Views: 8164
517.- WA Problem
Hi everybody!
I have a problem with this, I had built a case generator and compare with a brute force program and always obtained the correct answer but... I don`t get AC!
/*UVa 517.- Word*/
/*Javier Alvarez Morales*/
#include <stdio.h>
#include <stdlib.h>
#include<string.h>
int M=0;
unsigned ...
I have a problem with this, I had built a case generator and compare with a brute force program and always obtained the correct answer but... I don`t get AC!
/*UVa 517.- Word*/
/*Javier Alvarez Morales*/
#include <stdio.h>
#include <stdlib.h>
#include<string.h>
int M=0;
unsigned ...