Problem mirrors
User yanganyi
Submission Time 2025-06-20 14:37:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
mirrors.cpp: In lambda function:
mirrors.cpp:16:20: error: inconsistent types ‘int’ and ‘long long int’ deduced for lambda return type
16 | return idx-g;
| ^
mirrors.cpp: In lambda function:
mirrors.cpp:22:18: error: inconsistent types ‘int’ and ‘long long int’ deduced for lambda return type
22 | return g-idx;
| ^~~