#include <iostream.h>
template<class T>
T func(T x,T y){
if(sizeof(T)==8)
return x+y;
else
return x*y;
}
void main(){
cout <<func(8,5)<<":"<<func(5.0,10.0)<<endl;
int d;cin>>d:
}
40:15
#include <iostream.h>
template<class T>
T func(T x,T y){
if(sizeof(T)==8)
return x+y;
else
return x*y;
}
void main(){
cout <<func(8,5)<<":"<<func(5.0,10.0)<<endl;
#include <iostream.h>
template<class T>
T func(T x,T y){
if(sizeof(T)==8)
return x+y;
else
return x*y;
}
void main(){
cout <<func(8,5)<<":"<<func(5.0,10.0)<<endl;
int d;cin>>d:
}
40:15