Search found 1 match

by Tango
Thu Mar 11, 2004 5:14 am
Forum: Volume 4 (400-499)
Topic: 400 - Unix ls
Replies: 93
Views: 29976

400 WA... @@a

please help me....

I got WA so many times ... :cry:

the following is my code:

[c]
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int num, maxlen, cols, rows;
int size[100];
char fname[100][100];

void clean()
{
int i, j;

num = maxlen = cols = rows = 0;

for(i = 0 ; i < 100 ...

Go to advanced search