#include <stdio.h>

#define toop int
#define opa(i) i

int main()
{
toop i = 0;
opa (printf("Хитрый-хитрый Тимур "));

return i;
}