Skip to content

Files

Latest commit

28b8f23 · Sep 27, 2018

History

History
This branch is 381 commits behind Kattis/problemtools:develop.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 12, 2016
Sep 27, 2018
Sep 22, 2018
Jun 26, 2016

Example problem packages

These are a few examples of complete problems.

different

This is a simple basic problem that asks for a program that computes the difference between integers. It should be a good starting point if you want to learn how the problem format works.

guess

This is a simple example of an interactive problem, where there is no fixed input to process, but the solution instead communicates back and forth with a validator program.

hello

This is a problem that just asks for a program that prints Hello World!. It is a somewhat atypical problem since it does not have any input. This problem also illustrates having problem statements in more than one language.