Search found 1 match

by green leaf
Tue Jun 01, 2004 12:34 pm
Forum: Volume 6 (600-699)
Topic: 699 - The Falling Leaves
Replies: 7
Views: 7520

699 WA... and I don't understand why! ("The falling lea

Hi!
I get WA but I don't understand what's wrong in my code.
Please, will you give me a hand?
Thanks very much!
Bye :D

[c]
#include <stdio.h>


void fun (int);

int a [20], b [20]; /* a: left subtree's + root's piles
b: rigth subtree's piles */

int main(){

int i, num;

num = 1;

while (1 ...

Go to advanced search