Search found 2 matches

by shining
Thu May 07, 2009 1:09 pm
Forum: Bugs and suggestions
Topic: [10147 - Highways] always PE
Replies: 2
Views: 3166

[10147 - Highways] always PE

whatever input code is, it always give PE back.
even following code also is PE.

Code: Select all

#include <iostream>
int main()
{
    return 0;
}
i want it fixed soon
by shining
Sat Sep 23, 2006 9:45 pm
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77771

10267 Graphical Editor WA!

i've got WA, and tested all the case in this board.
is there somebody can tell me why?


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

int dir[4][2] = {{-1,0}, {0,1}, {1,0}, {0,-1}};
int M,N,top;
char canvas[250+2][250+2];

typedef struct _p { int x, y; } Px;
Px stack[250*250];

#define push(x) ( stack ...

Go to advanced search