| Problem | mirrors |
|---|---|
| User | yanganyi |
| Submission Time | 2025-06-20 14:38:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^~~