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
相关文章
相关标签/搜索