#include<stdio.h>
int main(){float c= -3141592631.415;printf("c=%f\n",c);return 0;}
改成double类型,再不够改成long double