若有以下类型的char a = 5;int b = 10; float c = 22; double d = 18;long long e = 15;则表达式a*b + c - d- e的类型为()
float
int
long long
double