文档分类
3 详细设计
3.1 模块功能说明
void add(); 加法运算 void sub(); 减法运算 void mul(); 乘法运算 void div(); 除法运算
void add_n_to_m(); 数字n到m的和
3.2 模块流程图