C++程序  |  5行  |  90 B

BEGIN
template<typename T = int> struct F;
template<typename T, typename U> struct I;
END