Live2d Test Env
摘要: 1.函数重载编程练习编写重载函数add(),实现对int型,double型,Complex型数据的加法: 程序: 1 #include<iostream> 2 using namespace std; 3 struct complex{ 4 double real; 5 double imagina 阅读全文
posted @ 2019-03-20 11:37 lszz 阅读(316) 评论(0) 推荐(0)