| 
 | 
back to boardhint The answer is the symmetry axis In test 3 the angle between the lines is very small   Edited by author 26.06.2015 02:34 Re: hint Posted by  coder 8 Oct 2021 12:15 thx!   <code>   #include <stdio.h>   int main(){    printf("1 1 0\n0 0 0\n180\n"); }   </code>   gives WA3 ^)  |  
  | 
|