0_0_19360981_573.cpp: In function 'int main()':
0_0_19360981_573.cpp:71:28: error: too few arguments to function 'int cha(int, int, int, int, int)'
int yu=cha(1,1,n,shur[a]);
^
0_0_19360981_573.cpp:21:5: note: declared here
int cha(int gen,int z,int y,int cc,int a)
^
|