#ifndef COORDIN_H #define COORDIN_H struct polar { double distance; double angle; }; struct rect { double x; double y; }; polar rect_to_polar(rect xypolar); void show_polar(polar dapos); #endif
65,199
社区成员
250,520
社区内容
加载中
试试用AI创作助手写篇文章吧