0_0_39501396_4664.cpp: In function 'bool check1(int)': 0_0_39501396_4664.cpp:78:42: error: return-statement with no value, in function returning 'bool' [-fpermissive] 78 | if (p[i].pos - pos <= 0) return; | ^~~~~~