# lldiv\_t
## **Overview**
**Related Modules:**
[UTILS](zh-cn_topic_0000001055198076.md)
**Description:**
Defines the structures of the division operation result.
## **Summary**
## Data Fields
Variable Name
|
Description
|
quot
|
long long
|
rem
|
long long
|
## **Details**
## **Field Documentation**
## quot
```
long long lldiv_t::quot
```
**Description:**
Quotient
## rem
```
long long lldiv_t::rem
```
**Description:**
Remainder