#include stdio.h

int main()
{
char *b;
b="%d\n";
b++;
b++;
printf(b-2,199);
}
return 0;
}

Posted on by