0_0_4815627_31592.cpp: In function `void prt(int)':
0_0_4815627_31592.cpp:11: error: request for member `n' in `a[x]', which is of non-class type `char[1000000]'
0_0_4815627_31592.cpp:14: error: request for member `n' in `a[x]', which is of non-class type `char[1000000]'
0_0_4815627_31592.cpp:15: error: request for member `c' in `a[x]', which is of non-class type `char[1000000]'
0_0_4815627_31592.cpp:18: error: request for member `c' in `a[x]', which is of non-class type `char[1000000]'
0_0_4815627_31592.cpp: In function `int main()':
0_0_4815627_31592.cpp:77: error: request for member `c' in `a[0]', which is of non-class type `char[1000000]'
0_0_4815627_31592.cpp:77: error: request for member `c' in `a[1]', which is of non-class type `char[1000000]'
0_0_4815627_31592.cpp:78: error: request for member `n' in `a[0]', which is of non-class type `char[1000000]'
0_0_4815627_31592.cpp:78: error: request for member `n' in `a[1]', which is of non-class type `char[1000000]'
0_0_4815627_31592.cpp:80: error: `pls' undeclared (first use this function)
0_0_4815627_31592.cpp:80: error: (Each undeclared identifier is reported only once for each function it appears in.)
|