I got runtime error in 10142, but my arrays are of correct sizes.
Any idea?
//10142
#include <stdio.h>
#include <string.h>
char nombre[30][100];
int voto[2000][30];
int votos[30];
bool eliminado[30];
int p[30];
int main(){
int i, j, k, r;
int N, V, e;
int casos;
for(scanf("%d", &casos ...
Search found 3 matches
- Tue Nov 28, 2006 7:02 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10142 - Australian Voting
- Replies: 82
- Views: 46035
- Mon May 01, 2006 2:30 am
- Forum: Volume 100 (10000-10099)
- Topic: 10051 - Tower of Cubes
- Replies: 19
- Views: 11800
- Mon May 09, 2005 7:40 pm
- Forum: Other words
- Topic: Ad Hoc problems please!
- Replies: 0
- Views: 986
Ad Hoc problems please!
Hello, I'm looking for Ad Hoc problems, this means, problems that don't have a "type for solving" under de known categorys. (an ad hoc problem don't require to learn abount algorithms, but it require an inteligent solution)