n est un entier naturel non nul. On considère l'algorithme suivant :
\boxed{
\begin{array} { l } { \text { Fonction Aire} (n) \text { : } } \\
\quad \text { I } \leftarrow \dfrac { 1 } { n } \times \left( \dfrac { 1 } { 2 n } \right) ^ { 2 } \\
\quad \quad \text { Pour } k \text { allant de ... à ... } \\
\quad \quad \quad \text {I} \leftarrow \text {...} \\
\quad \quad \text {Fin Pour} \\
\quad \text {Retourner I}\\
\text {Fin Fonction} \\
\end{array}
}