intmax_t quot /* 商 */ intmax_t rem; /* 剰余 */
typedef struct { intmax_t quot; /* 商 */ intmax_t rem; /* 剰余 */ } imaxdiv_t;