Search found 1 match
- Sun Aug 30, 2015 3:51 am
- Forum: Volume 11 (1100-1199)
- Topic: 1112 - Mice and Maze
- Replies: 13
- Views: 8093
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; } bool operator ...