Value range about [closes #5]
This commit is contained in:
parent
600803d6cc
commit
8cf33cc743
|
@ -286,7 +286,7 @@ Still, it is good to know that
|
||||||
the \texttt{g++} compiler also provides
|
the \texttt{g++} compiler also provides
|
||||||
an 128-bit type \texttt{\_\_int128\_t}
|
an 128-bit type \texttt{\_\_int128\_t}
|
||||||
with value range
|
with value range
|
||||||
$-2^{127} \ldots 2^{127}-1$ or $-10^{38} \ldots 10^{38}$.
|
$-2^{127} \ldots 2^{127}-1$ or about $-10^{38} \ldots 10^{38}$.
|
||||||
However, this type is not available in all contest systems.
|
However, this type is not available in all contest systems.
|
||||||
|
|
||||||
\subsubsection{Modular arithmetic}
|
\subsubsection{Modular arithmetic}
|
||||||
|
|
Loading…
Reference in New Issue