Search found 6 matches
- Sun Jul 20, 2014 9:52 pm
- Forum: Volume 4 (400-499)
- Topic: 469 - Wetlands of Florida
- Replies: 63
- Views: 22940
Re: uva 469
Why WA #include<iostream> #include<cstdio> #include<list> #include<string> #include<cstring> #include<sstream> #include<cctype> #include<string.h> #include<algorithm> #include<cmath> #include<stack> #include<fstream> #include<cstdlib> #include<vector> #include<map> #include<set> #include<utility> #i...
- Thu May 29, 2014 10:29 am
- Forum: Volume 100 (10000-10099)
- Topic: 10010 - Where's Waldorf?
- Replies: 42
- Views: 19618
WA: 10010 - Where's Waldorf?
here is my code plzz look at it .... thanx i have passed all the test cases in the uva forum as well then why wrong answer cant understand #include<iostream> #include<cstdio> #include<list> #include<string> #include<cstring> #include<sstream> #include<cctype> #include<string.h> #include<algorithm> #...
- Sat May 24, 2014 8:00 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10099 - The Tourist Guide
- Replies: 91
- Views: 31320
WA FOR 10099
HERE IS THE CODE PLZZ LOOK AT IT.. #include <iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <string> #include <cctype> #include <stack> #include <queue> #include <vector> #include <map> #include <sstream> #include <set> #include <math.h> #define pi acos(-1.0) #define N ...
- Sat May 24, 2014 12:00 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10171 - Meeting Prof. Miguel...
- Replies: 68
- Views: 25700
Re: 10171 - Meeting Prof. Miguel
WHY GETTIN WA FOR 10171 HERE IS MY CODE #include<iostream> #include<cstdio> #include<list> #include<string> #include<cstring> #include<sstream> #include<cctype> #include<string.h> #include<algorithm> #include<cmath> #include<stack> #include<fstream> #include<cstdlib> #include<vector> #include<map> #...
- Mon May 19, 2014 9:54 am
- Forum: Volume 1 (100-199)
- Topic: 191 - Intersection
- Replies: 103
- Views: 21062
Re: UVa - 191 Intersection(Getting WA)
anybody plzz help... how can the output for this prblm at the given input be false ... 0 18 8 12 1 1 11 11 as so the given points of rectangle would bee (1,1),(1,11),(11,1),(11,11) so the line obtained from first four points will have equation y=-0.75x +18 and the intersection point comes out to be ...
- Sun May 11, 2014 9:01 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10200 - Prime Time
- Replies: 202
- Views: 66567
Re: 10200 - Prime Time
why am i getting WA for this code anybody helpplzz i am fedup #include<iostream> #include<cstdio> #include<list> #include<string> #include<cstring> #include<sstream> #include<cctype> #include<string.h> #include<algorithm> #include<cmath> #include<stack> #include<fstream> #include<cstdlib> #include<v...