Back to Home

The results of the 20th international competition of incomprehensible code in C

The organizers of the IOCCC (International Competition for the most obscure code C) clicked on the “turbo” button. If the results of the last competition were published four years after the competition · now all has passed ...

The results of the 20th international competition of incomprehensible code in C

    The organizers of the IOCCC (International Competition for the most obscure code C) clicked on the “turbo” button. If the results of the last competition were published four years after the competition, now only two months have passed - and here they are .

    Ready-made programs less than 4096 bytes in size can participate in the competition, while the number of significant characters, excluding spaces, tabs and signs; (), should not exceed 2048. The objective of the competition is to "check compilers for stress, demonstrate the intricacies of the C programming language and the importance of observing the programming style (by doing the opposite)."

    The winner’s title (Best of Show) and the title of “most shrinkable” were won by a four-level akari downsampler ( Makefile , akari.c ). The program can reduce various graphics, including ASCII graphics. Since its source code is also formatted as ASCII graphics, it can reduce its source code as well. The result is another valid C program that can process text. And that too is not the end. Having processed the code a second time with the help of a new program, we get a third functional program (here the gcc compiler already starts to give some warnings, but it will still make an executable file).

    Other winners:

    Read Next