0_0_1359751_4655.cpp: In function `int main()':
0_0_1359751_4655.cpp:16: error: invalid operands of types `int[101]' and `int' to binary `operator/'
0_0_1359751_4655.cpp:16: error: in evaluation of `operator/=(int[101], int)'
0_0_1359751_4655.cpp:17: error: ISO C++ forbids cast to non-reference type used as lvalue
0_0_1359751_4655.cpp:17: error: non-lvalue in assignment
0_0_1359751_4655.cpp:19: error: `qsort' undeclared (first use this function)
0_0_1359751_4655.cpp:19: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1359751_4655.cpp:22: error: invalid conversion from `int*' to `int'
|