int main() { float a = 10; float b = 3; float c = a * b; return (int)c; }