Search found 1 match

by Ji-Yung
Thu Aug 21, 2003 12:57 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 109652

WA in 101 help

Though I've tried a lot of examples
I still can't find what's wrong in my code
Would somebody likes to help me?


[c]
/* @JUDGE_ID: 33940RW 101 C "101" */
#include<string.h>
#include<stdio.h>
typedef enum{MOVE_ONTO,MOVE_OVER,PILE_ONTO,PILE_OVER} ACTION;

char blocks[25][26];
int n_blocks =0;
char ...

Go to advanced search