пусто?
#include <stdio.h>
main()
{
int x = 2;
int y = 2;
int z;
while (z <= 1024); {
z = x * y;
printf (z);
}
}
лишняя ;
Обсуждают сегодня