include <iostream> include <vector>
{{{outer_code}}}
int main() { {{{post_init_code}}} {{{inner_code}}}
return 0;
}