#include #include #include using namespace std;//使用标准名字空间 typedef int Subscript;//凡用到Subscript的地方都定义为int #undef TNT_BOUNDS_CHECK//检查边界是否合法 template //定义向量类 class Vector { public