Search found 4 matches

by kushol
Thu Dec 22, 2011 4:30 pm
Forum: Volume 12 (1200-1299)
Topic: 1263 - Mines
Replies: 1
Views: 4564

1263 - Mines

Why WA...........

#include<cstdio>
#include<cstring>
#include<string>
#include<sstream>
#include<cmath>
#include<cctype>
#include<cstdlib>
#include<iostream>
#include<algorithm>
using namespace std;
#define N 2005

struct node{
double x,y,d;
};
node sq[N];
int parent[N];
int find(int i){
if ...
by kushol
Sat Dec 17, 2011 5:06 pm
Forum: Volume 123 (12300-12399)
Topic: 12382 - Grid of Lamps
Replies: 0
Views: 3159

12382 - Grid of Lamps

Need Some critical test cases.........................
by kushol
Tue Jun 14, 2011 8:12 pm
Forum: Volume 114 (11400-11499)
Topic: 11466 - Largest Prime Divisor
Replies: 29
Views: 21772

Re: 11466 - Largest Prime Divisor

WHY WAAAAAAAAA???????????
For which value it is showing wrong ans........................ :oops:

Code: Select all

Removed
by kushol
Sat Jun 11, 2011 10:12 pm
Forum: Volume 101 (10100-10199)
Topic: 10191 - Longest Nap
Replies: 75
Views: 44281

Re: 10191 - Longest Nap

Why WA............................................ :(

Code: Select all

Removed

Go to advanced search