From fb912bb352682163696c49897c93a1a25415421a Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Sat, 28 Oct 2017 12:08:07 +0200 Subject: Adding decimal value of 2^31. --- other/other.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other') diff --git a/other/other.tex b/other/other.tex index 10c0d12..012d100 100644 --- a/other/other.tex +++ b/other/other.tex @@ -163,7 +163,7 @@ $n$ Personen im Kreis, jeder $k$-te wird erschossen. \item Integer Overflow? Teste maximale Eingabegrößen und mache Überschlagsrechnung. \item Einabegrößen überprüfen. Sonderfälle ausprobieren. \begin{itemize} - \item $n = 0$, $n = -1$, $n = 1$, $n = 2^{31}-1$, $n = -2^{31}$ + \item $n = 0$, $n = -1$, $n = 1$, $n = 2^{31}-1$, $n = -2^{31} = 2147483648$ \item $n$ gerade/ungerade \item Graph ist leer/enthält nur einen Knoten. \item Liste ist leer/enthält nur ein Element. -- cgit v1.2.3