#include #define TRUE 1 #define FALSE 0 typedef struct{ int x; int y; } PT; // 左に90度回転させる void rot(int m, PT z[10]) { int i; int xx,yy; for(i=0; i