|
|
вернуться в форумfmin() will be the last thing you want to use Cause I'm lazy, I used fmin(double,double) and fmax in math.h directly. It went on well on my computer with MinGW. However, I always got WA1 here! At last, I tried to replace them with my own min function, that works! I don't know why, cause fmin and fmax are defined in ISO99 standard. But anyway I suggest all C/C++ users avoid using them. |
|
|