Problem buycoke
User syy
Submission Time 2023-03-06 15:12:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

buycoke.cpp: In function ‘ll dp(ll, ll, ll)’:
buycoke.cpp:46:69: error: unable to find numeric literal operator ‘operator""lle12’
46 | if (N5 < 0 or N10 < 0 or tot - 8*(c-C) - 5*N5 - 10*N10 < 0) return 1lle12;
| ^~~~~~
buycoke.cpp:49:33: error: unable to find numeric literal operator ‘operator""lle12’
49 | return memo[C][N5][N10] = min({1lle12,
| ^~~~~~
buycoke.cpp:54:35: error: no matching function for call to ‘min(<brace-enclosed initializer list>)’
54 | dp(C-1, N5+1, N10-1) + 4});
| ^
In file included from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from buycoke.cpp:3:
/usr/include/c++/9/bits/stl_algobase.h:198:5: note: