math.h 中定义了一个叫 log 的函数:http://www.cplusplus.com/reference/cmath/log/
int i;for(i=0;i<100;i++){}
log(x * x)
C语言真心难