1.C++中的结构体#includestruct lstruct{int num;};struct MyStruct{int num;double db = 10.8;//可以有默认的值//MyStru...