#pragma once #include int bsrch(int target, int* arr, size_t n);