Programm

int main()
{
int x = 5;
printf("%d %d %d", x++, x++, x);
return 0;
}

1 year ago | [YT] | 0