IOCCC image by Matt Zucker

The International Obfuscated C Code Contest

2019 - The 26th IOCCC

Twenty Sixth International Obfuscated C Code Contest

Standard IOCCC stuff

View the index.html web page for the given winning entry for information on how on how to compile it and how to run the winning program. Look at the winning source and try to figure how it does what it does! You may then wish to look at the Author’s remarks for even more details.

Some C compilers are not quite as good as they should be. If yours is lacking, you may need to compile using clang or gcc instead of your local compiler.

The primary website can be found at www.ioccc.org.

Remarks on some of the winning entries

This year’s winning entries are impressive!

The Most in need of debugging - 2019/endoh is very inventive in a way it produces its own text!

The Most alphabetic- 2019/ciura has an amazing vocabulary!

There are again nods to entries of the years:

These nods to not run afoul of the guideline:

We tend to dislike programs that: … are rather similar to previous entries

because the entry 2019/dogon appropriately pays homage to past entries without blatantly reusing their code.

…We’ll stop spouting too many details now. Have fun exploring all the entries!

Remarks on some of submissions that did not win

Some entries tried to get around the size limit by submitting a data file that was really C code and then blindly including code in prog.c.

Quite a few entries suffered from undefined behavior like accessing uninitialized locals and/or reading-writing below the stack. We advise running your entry through valgrind to make sure those mistakes are avoided.

Using extra arguments to main, or arguments of wrong types as a quick and dirty way of declaring variables is now passé. Clang, for example, rejects them outright.

We hope the authors of some of those entries will fix and re-submit them for the next IOCCC.

Some entries seemed to have a good idea, but the implementation of the idea was limited in scope.

Final Comments

IMPORTANT NOTE: See contact.html for up to date contact details as well as details on how to provide fixes to any of the entries. See also the IOCCC FAQ for additional information on the IOCCC.

Winning Entries of 2019 - The 26th IOCCC

Download all winning entries from 2019


Jump to: top