Search found 1 match

by unlucky
Sun Aug 30, 2015 3:51 am
Forum: Volume 11 (1100-1199)
Topic: 1112 - Mice and Maze
Replies: 13
Views: 10851

Re: 1112 - Mice and Maze

i am getting WA... can't find the reason... pls help me with my code ... need some test case....

#include<iostream>
#include<bits/stdc++.h>

using namespace std;

long long int dis[2000];
bool visited[2000];

struct node
{
int u;
long long int w;
node(int a, long long int b)
{
u=a;w=b ...

Go to advanced search