Search found 2 matches

by hazhir
Thu May 15, 2008 9:42 pm
Forum: Bugs and suggestions
Topic: 511 - Do You Know the Way to San Jose? - Do nothing AC
Replies: 62
Views: 11196

200- WA for rare order

Hi
I got WA for my solution and code for rare order.
plz help me if you can.
here is my code:

#include <stdio.h>
#include <conio.h>
#define offset 64

int main()
{
char graph[27][27] = {0};
int exist[27] = {0};
int count = 0;
char *last = "";
char *current = new char[21];

int flag = 0 ...
by hazhir
Tue May 13, 2008 9:18 pm
Forum: Bugs and suggestions
Topic: 200- rare order
Replies: 1
Views: 1644

200- rare order

I got WR for my code, I dont know anything about why it is wrong... :cry:
if you can help me,please...!

#include <stdio.h>
#define offset 64

int main()
{
char graph[27][27] = {0};
int exist[27] = {0};
int count = 0;
char *last = "";
char *current = new char[21];

int flag = 0;
while ...

Go to advanced search