#include <stdio.h> int main () { float a=1674.67854; double b=1674.678546785; printf("a=%f,b=%f\n",a,b); return 0; }