30
摘要:
#include <iostream>using namespace std; struct Aircraft { int wingspan; int passengers; union { float fuelLoad; float bombLoad; int pallets; };} fight 阅读全文
posted @ 2017-03-29 16:15
tuzhuo
阅读(77)
评论(0)
推荐(0)
浙公网安备 33010602011771号