Codeforces Beta Round #96: editorial <h3><a href="http://mirror.codeforces.com/contest/133/problem/A">A. HQ9+</a></h3> <p>The problem described <a href="http://progopedia.com/language/hq9-plus/">HQ9+</a> programming language and asked whether the given program will print anything. Given the extraordinary simplicity of the language, it was enough to check whether the program contains at least one of the characters H, Q and 9.</p> [cut] <h3><a href="http://mirror.codeforces.com/contest/133/problem/B">B. Unary</a></h3> <p>A lovely language <a href="http://progopedia.com/language/brainfuck/">Brainfuck</a> has dialects for literally every occasion; I guess one could write a whole round about it (not Unknown Language Round, of course, it's too well-known for it), but this time I used it in one problem only.</p> <p>The solution is quite simple: all you have to do is to follow the described procedure of transforming code from Brainfuck to Unary. If your language has built-in long arithmetics, the solution is straightforward: replace characte...
Codeforces Beta Round #96: editorial, Codeforces Beta Round #96: разбор задач, Shakespeare
Two last problems of the round were inspired by
, every occasion; I guess one could write a whole round about it (not Unknown
LanguageRound, of course, occasion; I guess one could write a whole round about it (not Unknown Language
Round, of course, it's too, only problem of the round which featured a non-esoteric language. The solution
is dynamic programming, ; подозреваю, что при желании по ним можно было бы придумать целый раунд (не
Unknown LanguageRound, конечно, Round, конечно, слишком уж он известен), но на этот раз я ограничилась только
одной задачей.
Full text and comments »