ACM 476 476 - Points in Figures: Rectangles
/************************************************************/#include<stdio.h>#include<stdlib.h>main(){ char s[5]; int n=0; double map[11][4]; while(1) { scanf("%s",s);/*不喜歡用%C 因為常常錯誤*/ if(s[0]=='*') break;&...