17-結構體3

做者:蔡偉code 完成日期:2016.12.20io 1:題目描述:輸入一點橫縱座標輸出該點到原點得距離class #include <stdio.h> #include <math.h> struct Point { float x; //橫座標 float y; //縱座標 }; int main() { struct Point p; float dis
相關文章
相關標籤/搜索