#include #include main() { /* x座標,、y座標で構成される構造体の定義 */ struct point{ int x; /* x座標 */ int y; /* y座標 */ }; int i,n; struct point takakukei[50]; printf("何角形を書きますか?"); scanf("%d",&n); for(i=0;i