#include <cstdlib> ldiv_t ldiv( long numerator, long denominator );
测试:adiv_t,div_t,ldiv_t。
ldiv() 函数返回操作分子 / 分母的商和余数。ldiv_t 结构在 cstdlib 中定义,至少包含
long quot; // the quotient long rem; // the remainder