摘要: 选择题部分 阅读全文
posted @ 2025-11-05 23:32 bluepoet 阅读(5) 评论(0) 推荐(0)
摘要: #include <stdio.h> double result_real, result_imag; void complex_add(double real1, double imag1, double real2, double imag2); void complex_prod(double 阅读全文
posted @ 2025-11-05 23:29 bluepoet 阅读(6) 评论(0) 推荐(0)