Search found 1 match

by issac923
Fri Feb 08, 2013 7:27 pm
Forum: Volume 108 (10800-10899)
Topic: 10800 - Not That Kind of Graph
Replies: 48
Views: 30091

Re: 10800 - Not That Kind of Graph

I am getting wrong answer too. I found no difference between the sample output generated in the uva toolkit.
Can anyone please help me to find the bug? Thanks a lot.
#include<iostream>
#include<string>
using namespace std;
int empty(char *graph[],int x,int y)
{
int stop=x;
for (int i=x-1;i>0;--i ...

Go to advanced search