Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 698 Bytes

example.fr.md

File metadata and controls

28 lines (18 loc) · 698 Bytes

Énoncé

This input is an example for Iorgen's README

Entrée

L’entrée contiendra :

  • Sur la première ligne, un entier : N, a number, used as a size.
  • Sur les lignes suivantes, une liste de N éléments : list, a list of structs.
    • Une ligne par élément de la liste : séparés par des espaces, un entier integer (an integer), et un caractère character (a char).

Sortie

In a real life scenario, you will describe here what you want the end user to do with this generated code

Contraintes

  • $1 \le N \le 10$
  • $integer \in {-4, 42, 1337}$
  • $character \in {a, b, c}$

Contraintes de performance

  • $1 \le N \le 10,000$