#include <iostream.h> template<class T> T func(T x,T y){ if(sizeof(T)==8) return ______________; else return _______________; } void main(){ cout <<func(8,5)<<":"<<func(5.0,10