Search found 3 matches
- Fri Mar 17, 2006 11:43 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10445 - Make Polygon
- Replies: 35
- Views: 19243
- Fri Mar 17, 2006 1:19 am
- Forum: Volume 104 (10400-10499)
- Topic: 10445 - Make Polygon
- Replies: 35
- Views: 19243
- Thu Mar 16, 2006 12:44 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10445 - Make Polygon
- Replies: 35
- Views: 19243
10445 - Passes al the tests but WA
Hi everybody!
I have been doing this problem for some days but it still resists.
The following code passes all the tests that I have found in the forum. Have anybody an idea which case doesn't work?
Thanks
int main(){
double x[21],y[21];
int num_punts=3,i;
bool first=true;
double angle_min ...
I have been doing this problem for some days but it still resists.
The following code passes all the tests that I have found in the forum. Have anybody an idea which case doesn't work?
Thanks
int main(){
double x[21],y[21];
int num_punts=3,i;
bool first=true;
double angle_min ...