#include "./func/func.h" int chooseMassiveInput(); int main(){ int x; setlocale(LC_ALL, "en_US.UTF-8"); wchar_t massive[ROW][COL]; for(int i = 0;i=21 && x<=29) || x==210){ if(x==2){setMenu();printf("Input: X");} else setMassive(x,massive); } else if(x==3 || (x>=31 && x<=39) || (x>=310 && x<=320)){ if(x==3) {funcMenu();printf("Input: ");} else func(x,massive); } else if(x==4){ seeMassive(massive);printf("Input: "); } else {printf("Input Error \"%d\" is undefind command.\n",x); printf("\tTo get command list input: help\nInput: ");} } return 0; }