void main() { int a, b, c; float d,e,f; c = a+b; f = e*d; }