#include "stdafx.h" #include "stdio.h" #include "windows.h" #include "math.h" int main(int argc, char* argv[]) { HANDLE hConsole; hConsole = GetStdHandle(STD_OUTPUT_HANDLE); COORD point = {39,12}; int i=0; int q=1; int pole[256]; for(int p=0;p<256;p++,i++) pole[i]=p; for(int j=0;j