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 ...
Search found 2 matches
- 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
- 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 ...
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 ...