I calculate the coordinates directly,but WA.
#include <iostream.h>
#include <math.h>
#define Pi 3.141592653589793238462643
int main()
{
int x1, y1, x2, y2, x3, y3;
int d1,d2,d3;
int M=0;
double a,b,c,A,B,C,x,y;
cout.setf(ios::fixed);
cout.precision(6);
while(cin>>x1>>y1>>x2>>y2>>x3>>y3 ...
Search found 3 matches
- Sat Sep 25, 2004 5:27 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10695 - Find the Point
- Replies: 16
- Views: 12168
- Thu Oct 09, 2003 5:19 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10557 - XYZZY
- Replies: 31
- Views: 20662
- Thu Oct 09, 2003 2:49 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10557 - XYZZY
- Replies: 31
- Views: 20662