摘要: 一、PTA实验作业 题目1:计算两个复数之积 1. 本题PTA提交列表 2. 设计思路 struct complex{ int real; int imag; };//该结构体表示复数的实部和虚部 定义函数multiply 定义结构变量product product.real=x.real y.re 阅读全文
posted @ 2017-12-21 17:21 久念 阅读(538) 评论(5) 推荐(0) 编辑