Banner Home Page DIY Contests Problems Ranklist Status Statistics

View Compilation Error

D:\Temp\2_27856_2092605_22769.c: In function 'main':
D:\Temp\2_27856_2092605_22769.c:5:2: error: stray '#' in program
     double x1,x2,x3,y1,y2,y3;
  ^
D:\Temp\2_27856_2092605_22769.c:5:1: error: lvalue required as unary '&' operand
     double x1,x2,x3,y1,y2,y3;
 ^
D:\Temp\2_27856_2092605_22769.c:5:8: error: stray '#' in program
     double x1,x2,x3,y1,y2,y3;
        ^
D:\Temp\2_27856_2092605_22769.c:5:7: error: lvalue required as unary '&' operand
     double x1,x2,x3,y1,y2,y3;
       ^
D:\Temp\2_27856_2092605_22769.c:5:14: error: stray '#' in program
     double x1,x2,x3,y1,y2,y3;
              ^
D:\Temp\2_27856_2092605_22769.c:5:13: error: lvalue required as unary '&' operand
     double x1,x2,x3,y1,y2,y3;
             ^
D:\Temp\2_27856_2092605_22769.c:5:20: error: stray '#' in program
     double x1,x2,x3,y1,y2,y3;
                    ^
D:\Temp\2_27856_2092605_22769.c:5:19: error: lvalue required as unary '&' operand
     double x1,x2,x3,y1,y2,y3;
                   ^
D:\Temp\2_27856_2092605_22769.c:6:2: error: stray '#' in program
     double a,b,c,s;
  ^
D:\Temp\2_27856_2092605_22769.c:6:1: error: lvalue required as unary '&' operand
     double a,b,c,s;
 ^
D:\Temp\2_27856_2092605_22769.c:6:8: error: stray '#' in program
     double a,b,c,s;
        ^
D:\Temp\2_27856_2092605_22769.c:6:7: error: lvalue required as unary '&' operand
     double a,b,c,s;
       ^
D:\Temp\2_27856_2092605_22769.c:6:14: error: stray '#' in program
     double a,b,c,s;
              ^
D:\Temp\2_27856_2092605_22769.c:6:13: error: lvalue required as unary '&' operand
     double a,b,c,s;
             ^
D:\Temp\2_27856_2092605_22769.c:6:20: error: stray '#' in program
     double a,b,c,s;
                    ^
D:\Temp\2_27856_2092605_22769.c:6:19: error: lvalue required as unary '&' operand
     double a,b,c,s;
                   ^
D:\Temp\2_27856_2092605_22769.c:7:2: error: stray '#' in program
     while (~scanf ("%lf %lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&x3,&y3))
  ^
D:\Temp\2_27856_2092605_22769.c:7:1: error: lvalue required as unary '&' operand
     while (~scanf ("%lf %lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&x3,&y3))
 ^
D:\Temp\2_27856_2092605_22769.c:7:8: error: stray '#' in program
     while (~scanf ("%lf %lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&x3,&y3))
        ^
D:\Temp\2_27856_2092605_22769.c:7:7: error: lvalue required as unary '&' operand
     while (~scanf ("%lf %lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&x3,&y3))
       ^
D:\Temp\2_27856_2092605_22769.c:7:14: error: stray '#' in program
     while (~scanf ("%lf %lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&x3,&y3))
              ^
D:\Temp\2_27856_2092605_22769.c:7:13: error: lvalue required as unary '&' operand
     while (~scanf ("%lf %lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&x3,&y3))
             ^
D:\Temp\2_27856_2092605_22769.c:7:20: error: stray '#' in program
     while (~scanf ("%lf %lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&x3,&y3))
                    ^
D:\Temp\2_27856_2092605_22769.c:7:19: error: lvalue required as unary '&' operand
     while (~scanf ("%lf %lf %lf %lf %lf %lf",&x1,&y1,&x2,&y2,&x3,&y3))
                   ^
D:\Temp\2_27856_2092605_22769.c:8:2: error: stray '#' in program
     {
  ^
D:\Temp\2_27856_2092605_22769.c:8:1: error: lvalue required as unary '&' operand
     {
 ^
D:\Temp\2_27856_2092605_22769.c:8:8: error: stray '#' in program
     {
        ^
D:\Temp\2_27856_2092605_22769.c:8:7: error: lvalue required as unary '&' operand
     {
       ^
D:\Temp\2_27856_2092605_22769.c:8:14: error: stray '#' in program
     {
              ^
D:\Temp\2_27856_2092605_22769.c:8:13: error: lvalue required as unary '&' operand
     {
             ^
D:\Temp\2_27856_2092605_22769.c:8:20: error: stray '#' in program
     {
                    ^
D:\Temp\2_27856_2092605_22769.c:8:19: error: lvalue required as unary '&' operand
     {
                   ^
D:\Temp\2_27856_2092605_22769.c:9:2: error: stray '#' in program
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
  ^
D:\Temp\2_27856_2092605_22769.c:9:1: error: lvalue required as unary '&' operand
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
 ^
D:\Temp\2_27856_2092605_22769.c:9:8: error: stray '#' in program
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
        ^
D:\Temp\2_27856_2092605_22769.c:9:7: error: lvalue required as unary '&' operand
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
       ^
D:\Temp\2_27856_2092605_22769.c:9:14: error: stray '#' in program
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
              ^
D:\Temp\2_27856_2092605_22769.c:9:13: error: lvalue required as unary '&' operand
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
             ^
D:\Temp\2_27856_2092605_22769.c:9:20: error: stray '#' in program
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                    ^
D:\Temp\2_27856_2092605_22769.c:9:19: error: lvalue required as unary '&' operand
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                   ^
D:\Temp\2_27856_2092605_22769.c:9:26: error: stray '#' in program
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                          ^
D:\Temp\2_27856_2092605_22769.c:9:25: error: lvalue required as unary '&' operand
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                         ^
D:\Temp\2_27856_2092605_22769.c:9:32: error: stray '#' in program
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                                ^
D:\Temp\2_27856_2092605_22769.c:9:31: error: lvalue required as unary '&' operand
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                               ^
D:\Temp\2_27856_2092605_22769.c:9:38: error: stray '#' in program
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                                      ^
D:\Temp\2_27856_2092605_22769.c:9:37: error: lvalue required as unary '&' operand
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                                     ^
D:\Temp\2_27856_2092605_22769.c:9:44: error: stray '#' in program
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                                            ^
D:\Temp\2_27856_2092605_22769.c:9:43: error: lvalue required as unary '&' operand
         a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));
                                           ^
D:\Temp\2_27856_2092605_22769.c:10:2: error: stray '#' in program
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
  ^
D:\Temp\2_27856_2092605_22769.c:10:1: error: lvalue required as unary '&' operand
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
 ^
D:\Temp\2_27856_2092605_22769.c:10:8: error: stray '#' in program
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
        ^
D:\Temp\2_27856_2092605_22769.c:10:7: error: lvalue required as unary '&' operand
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
       ^
D:\Temp\2_27856_2092605_22769.c:10:14: error: stray '#' in program
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
              ^
D:\Temp\2_27856_2092605_22769.c:10:13: error: lvalue required as unary '&' operand
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
             ^
D:\Temp\2_27856_2092605_22769.c:10:20: error: stray '#' in program
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
                    ^
D:\Temp\2_27856_2092605_22769.c:10:19: error: lvalue required as unary '&' operand
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
                   ^
D:\Temp\2_27856_2092605_22769.c:10:26: error: stray '#' in program
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
                          ^
D:\Temp\2_27856_2092605_22769.c:10:25: error: lvalue required as unary '&' operand
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
                         ^
D:\Temp\2_27856_2092605_22769.c:10:32: error: stray '#' in program
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
                                ^
D:\Temp\2_27856_2092605_22769.c:10:31: error: lvalue required as unary '&' operand
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
                               ^
D:\Temp\2_27856_2092605_22769.c:10:38: error: stray '#' in program
         b=sqrt((x1-x3)*(x1-x3)+(y1-y3)*(y1-y3));
                                      ^
D:\Temp\2_27856_2092605_22769.c:10:37: error: lvalue required as unary '&' operand
         b=sqrt((x1-x3)*(x1-x3)+