#include #include typedef double Length; typedef double Time; int main() { Length a = 0.0; Time b = a; printf("%lf", a); return EXIT_SUCCESS; }