main.cpp: In function ‘int main()’: main.cpp:27:5: error: no match for ‘operator<<’ (operand types are ‘std::ostream {aka std::basic_ostream}’ and ‘void’) cout<<arithmetic(difference,first_num);