Search found 1 match
- Sat Dec 20, 2014 6:39 pm
- Forum: Volume 123 (12300-12399)
- Topic: 12395 - Regular Convex Polygon
- Replies: 1
- Views: 963
Re: 12395 - Regular Convex Polygon
I got AC in SPOJ in this problem and my output match with SWERC 2011 Data set of this problem but i got WA in UVA, can any one help me? #include<algorithm> #include<sstream> #include<iostream> #include<iomanip> #include<climits> #include<cstring> #include<cassert> #include<utility> #include<limits> ...