Problem chickensoup
User maximushartanto
Submission Time 2025-12-04 09:59:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chickensoup.cpp:39:3: error: call to non-‘constexpr’ function ‘<lambda()>’
39 | }();
| ^
chickensoup.cpp:32:23: note: ‘<lambda()>’ is not usable as a ‘constexpr’ function because:
32 | constexpr auto fact = [](){
| ^
chickensoup.cpp:47:3: error: call to non-‘constexpr’ function ‘<lambda()>’
47 | }();
| ^
chickensoup.cpp:41:24: note: ‘<lambda()>’ is not usable as a ‘constexpr’ function because:
41 | constexpr auto ifact = [](){
| ^