0_0_38472857_22727.cpp: In function 'constexpr ll qmul(ll, ll, ll)':
0_0_38472857_22727.cpp:35:1: error: body of constexpr function 'constexpr ll qmul(ll, ll, ll)' not a return-statement
}
^
0_0_38472857_22727.cpp: In function 'constexpr ll mul(ll, ll, ll)':
0_0_38472857_22727.cpp:44:1: error: body of constexpr function 'constexpr ll mul(ll, ll, ll)' not a return-statement
}
^
0_0_38472857_22727.cpp: In function 'constexpr ll qpow(ll, ll, ll)':
0_0_38472857_22727.cpp:53:1: error: body of constexpr function 'constexpr ll qpow(ll, ll, ll)' not a return-statement
}
^
0_0_38472857_22727.cpp: In function 'constexpr ll inverse::exgcd_mod(const ll&, const ll&, ll&, ll&, const ll&)':
0_0_38472857_22727.cpp:71:2: error: body of constexpr function 'constexpr ll inverse::exgcd_mod(const ll&, const ll&, ll&, ll&, const ll&)' not a return-statement
}
^
0_0_38472857_22727.cpp: In function 'constexpr ll inverse::inv(const ll&, const ll&)':
0_0_38472857_22727.cpp:77:2: error: body of constexpr function 'constexpr ll inverse::inv(const ll&, const ll&)' not a return-statement
}
^
|