0_0_33985633_2451.cpp: In function 'int main()':
0_0_33985633_2451.cpp:38:36: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
if(prim[j]*prim[j]>x)break;
^
0_0_33985633_2451.cpp:39:31: error: invalid operands of types 'int [15]' and 'int' to binary 'operator%'
while(x%prim[j]==0)
^
|