#include <stdio.h> void main(){ int ab;float c;scanf("%2d%3d%f",&a,&b,&c);printf("a=%db=%dc==%f\n"ab,c);
如果输入1156012.5,程序的输出结果: