#define SIZE 10000 static double P[SIZE][SIZE]; void sor(int N1, int N2){ int i, j, k; #pragma scop for(i=1; i