Allows us
This commit is contained in:
parent
af2c942fe5
commit
7a2ac1fbe2
|
@ -100,7 +100,7 @@ int main() {
|
||||||
|
|
||||||
The \texttt{\#include} line at the beginning
|
The \texttt{\#include} line at the beginning
|
||||||
of the code is a feature in the \texttt{g++} compiler
|
of the code is a feature in the \texttt{g++} compiler
|
||||||
that allows to include the whole standard library.
|
that allows us to include the whole standard library.
|
||||||
Thus, it is not needed to separately include
|
Thus, it is not needed to separately include
|
||||||
libraries such as \texttt{iostream},
|
libraries such as \texttt{iostream},
|
||||||
\texttt{vector} and \texttt{algorithm},
|
\texttt{vector} and \texttt{algorithm},
|
||||||
|
|
Loading…
Reference in New Issue