Standard LibraryMathMathematical FunctionsTypeslldiv_tOn this pagestd::lldiv_t Description Structure type, return of the std::div function Declarations struct ldiv_t { long long quot; long long rem; }; or struct ldiv_t { long long rem; long long quot; };
Standard LibraryMathMathematical FunctionsTypeslldiv_tOn this pagestd::lldiv_t Description Structure type, return of the std::div function Declarations struct ldiv_t { long long quot; long long rem; }; or struct ldiv_t { long long rem; long long quot; };