#pragma once int custom_sum(int a, int b); int custom_product(int a, int b); int custom_minus(int a, int b); int custom_divide(int a, int b);