forked from Open-CT/openct-tasks
44 lines
1.0 KiB
JavaScript
44 lines
1.0 KiB
JavaScript
|
|
standaloneAddContents({
|
|
code: "castor_2017",
|
|
title: "Concours Castor 2017",
|
|
folder: "2017/",
|
|
tasks: [
|
|
{ code: "2017-FR-01-home-distance",
|
|
title: "Accrobranche" },
|
|
{ code: "2017-FR-02-grid-copy",
|
|
title: "Copie rapide" },
|
|
{ code: "2017-FR-03-three-towers",
|
|
title: "Tour infernale" },
|
|
{ code: "2017-FR-04-faulty-wire",
|
|
title: "Graines cachées" },
|
|
{ code: "2017-FR-05-draw-shapes",
|
|
title: "Langage de formes" },
|
|
{ code: "2017-FR-06-pacman",
|
|
title: "Fantôme" },
|
|
{ code: "2017-FR-07-graph-representation",
|
|
title: "Photos du jeu" },
|
|
{ code: "2017-FR-08-combine-shapes",
|
|
title: "Dessin combiné" },
|
|
{ code: "2017-FR-10-building-lights",
|
|
title: "Lumières d'immeuble" },
|
|
{ code: "2017-FR-11-graph-isomorphism",
|
|
title: "Constellation" },
|
|
{ code: "2017-FR-12-distinct-paths",
|
|
title: "Chemins distincts" },
|
|
{ code: "2017-FR-13-search-substring",
|
|
title: "Poésie" }
|
|
]
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|