C語言入門經典

/* programe  which rember user to input width and length in inches,then output the square of the room in square yard */ #include<stdio.h> #include<math.h> int main(){     long length = 0L ;     long w
相關文章
相關標籤/搜索