Search found 1 match

by bigwaves
Thu Oct 05, 2006 7:02 pm
Forum: Volume 4 (400-499)
Topic: 409 - Excuses, Excuses!
Replies: 63
Views: 17835

409 WA I already test ...

I saw other topics and tested with their entrances ,my program solved all of them , but I receive WA. What is wrong ?

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

char aux[21];
int excuse_maior[2][20];

void limpa_aux()
{
for(int p=0;p<21;p++)
aux[p]='\0 ...

Go to advanced search