C++程序  |  7行  |  96 B

#ifndef E_H
#define E_H
#include "c.h"
template struct S<char>;
template struct T<char>;
#endif