{'id': 183207, 'code': 'Y2gQopBX
#include <stdio.h> extern void a(); extern void b(); int main () { a(); b(); return 0; }