Problem oranges2
User phoenixai0
Submission Time 2025-12-18 11:39:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oranges2.cpp: In lambda function:
oranges2.cpp:96:28: error: inconsistent types ‘int’ and ‘long long int’ deduced for lambda return type
96 | if (a == b) return an;
| ^~
oranges2.cpp:107:16: error: inconsistent types ‘int’ and ‘long long int’ deduced for lambda return type
107 | return an;
| ^~