Problem giantduck
User jmuzhen
Submission Time 2024-12-20 01:09:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

giantduck.cpp: In lambda function:
giantduck.cpp:37:44: error: inconsistent types ‘bool’ and ‘long long int’ deduced for lambda return type
37 | return memo[{idx, count, tight}];
| ^
giantduck.cpp:48:44: error: inconsistent types ‘bool’ and ‘long long int’ deduced for lambda return type
48 | return memo[{idx, count, tight}] = ans;
| ^~~