星辰大海路上的种花家 - 大一C语言实训与总结 的评论 /index.php/posts/130.html include <stdio.h>int main(){int a;float f = 134.23;printf("a=%d\tf=%.2f\n", a, f)...