0_0_33682327_11417.cpp:132:23: error: expected unqualified-id before 'const'
constexpr Combinator(const int n = Maxn - 1) :Fact(), Inv_Fact()
^
0_0_33682327_11417.cpp:132:23: error: expected ')' before 'const'
0_0_33682327_11417.cpp:152:23: error: expected unqualified-id before ')' token
constexpr PrimeTable() :cnt(0), prime(), notprime()
^
0_0_33682327_11417.cpp:204:1: error: expected '}' at end of input
}
^
0_0_33682327_11417.cpp:204:1: error: expected unqualified-id at end of input
|