template<int n>
class A
{ };


int main()
{
  return 0;
}
