Post
Topic
Board Games and rounds
Re: じじじ C-Programming Mania 0.001฿ Prize じじじ
by
xHire
on 03/07/2016, 13:14:24 UTC
Hehe, funny task.
Code:
void alex()
{
printf(" 0\r");
}
It simply prints a space for the digit 3 that will be printed later in main() and also prints the zero that is missing to form output "30". "\r" returns carriage to the beginning of the line so that the digit 3 is printed instead of the space.