[pre]最近一同事在做公司程序时碰到一个C程序问题,我测试和想了半天还未找到造成这种问题的真正原因,希望高手指教。先看下面这个程序#include <stdio.h>int main(){ float winFee = 0.13; &..
阅读全文>>