摘要: //信奥在高中最后的用途# include <crobert.h> double Mod(double x){ if(x > 180) return x - 360; if(x < -180) return x + 360; return x; } void Show(double x){ rbTe 阅读全文
posted @ 2021-06-04 23:41 PHDHD 阅读(66) 评论(1) 推荐(0) 编辑