Project translated automatically.
Log in
or
register,
to view the original
Write the code for the task (console app) described in the file, according to the required code design requirements.
At the end of the file with the task are all the style code requirements. In the code you need to write a comment in general to the file and to all functions by sample. Additionally, follow the style of the code that is described there. Use only the standard ANSI C++ libraries. When compiling with the argument -Wall there should be no observations from the compiler. Also, when drawing matrix for painted elements make a green color or background in the console by sample:printf("\x1B[31mTexting\033[0m\t\t");)