Why? are they intersect? or this is a special case?ujjal.ruet wrote: ↑Thu Nov 11, 2010 10:00 amgootsa,please check this testcase..
please ,send your new code to me,if you dont mind....Code: Select all
input 1.0 1.0 5.0 1.0 1.0 10.0 output must be (1.000,1.000)
usuttra@yahoo.com
Search found 31 matches
- Mon Oct 01, 2018 4:21 pm
- Forum: Volume 4 (400-499)
- Topic: 453 - Intersecting Circles
- Replies: 84
- Views: 15004
Re: 453
- Fri Feb 16, 2018 12:03 pm
- Forum: Volume 11 (1100-1199)
- Topic: 1132 - Football
- Replies: 1
- Views: 999
Re: 1132 - Football
Can anyone have some clue to solve this problem?
I can't find anything.

- Sun Mar 27, 2016 12:32 pm
- Forum: Volume 12 (1200-1299)
- Topic: 1202 - Finding Nemo
- Replies: 1
- Views: 1950
Re: 1202 - Finding Nemo
Can anyone help me to find the error ? I am getting WA ... my code: #include <cstdlib> #include <cstring> #include <cstdio> #include <cctype> #include <cmath> #include <ctime> #include <climits> #include <algorithm> #include <iostream> #include <iomanip> #include <vector> #include <string> #include ...
- Tue Jan 12, 2016 5:06 pm
- Forum: Volume 11 (1100-1199)
- Topic: 1103 - Ancient Messages
- Replies: 5
- Views: 11047
Re: 1103 - Ancient Messages
Can any one help me to find the bug.... my code: #include <cstdlib> #include <cstring> #include <cstdio> #include <cctype> #include <cmath> #include <ctime> #include <algorithm> #include <iostream> #include <sstream> #include <iomanip> #include <bitset> #include <vector> #include <string> #include <...
- Wed Jul 08, 2015 6:01 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10067 - Playing with Wheels
- Replies: 62
- Views: 24101
10067 - Playing with Wheels HELP.....
getting WA :( . please help.............. My code: #include <iostream> #include <cstdio> #include <string> #include <cstring> #include <algorithm> #include <vector> #include <cmath> #include <queue> #include <cctype> using namespace std; int str2int(char* s) { int k = 0; for(int i = 0; s[i] != '\0';...
- Thu Feb 05, 2015 7:40 pm
- Forum: Volume 1 (100-199)
- Topic: 159 - Word Crosses
- Replies: 32
- Views: 3483
Re: 159 - Word Crosses
Thank you.
- Tue Feb 03, 2015 11:06 pm
- Forum: Volume 1 (100-199)
- Topic: 159 - Word Crosses
- Replies: 32
- Views: 3483
159 - Word Crosses PresentationE
Help please....... #include <iostream> #include <cstdio> #include <cstring> using namespace std; int main() { //freopen("out.txt", "w", stdout); char p11[15], p12[15], p21[15], p22[15]; int p11l, p12l, p21l, p22l, v1, v2, p11c, p12c, p21c, p22c; int i, j, k, m, n, w; bool c1, c2, f = false; while(sc...
- Thu Jan 22, 2015 2:34 pm
- Forum: Volume 1 (100-199)
- Topic: 160 - Factors and Factorials
- Replies: 205
- Views: 24672
160 - Factors and Factorials why PE
Help Help.....
This code gives PresentationE
This code gives PresentationE
- Tue Jan 20, 2015 6:48 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 45866
673 - Parentheses Balance WA
Please help
Getting WA
removed after Accepted
Getting WA
removed after Accepted
- Sun Dec 28, 2014 7:38 am
- Forum: Volume 102 (10200-10299)
- Topic: 10221 - Satellites
- Replies: 34
- Views: 13276
Re: 10221 - Satellites Please help, what's wrong?
ac a bit tricky
- Sat Dec 27, 2014 3:48 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10221 - Satellites
- Replies: 34
- Views: 13276
10221 - Satellites Please help, what's wrong?
All my sample outputs are correct but getting WA
My code:
removed
My code:
removed
- Fri Dec 26, 2014 12:51 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10194 - Football (aka Soccer)
- Replies: 119
- Views: 36847
- Fri Dec 26, 2014 12:45 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10450 - World Cup Noise
- Replies: 42
- Views: 19983
- Thu Dec 25, 2014 11:09 am
- Forum: Volume 104 (10400-10499)
- Topic: 10450 - World Cup Noise
- Replies: 42
- Views: 19983
10450 - World Cup Noise, why WA??????
removed after accepted
- Thu Dec 25, 2014 8:34 am
- Forum: Volume 101 (10100-10199)
- Topic: 10194 - Football (aka Soccer)
- Replies: 119
- Views: 36847
Re: UVA 10194 - Football (aka Soccer) WA
Thanks a lot.