#include int main() { int i,n=16; int a[n], b[n]; #pragma omp parallel shared(n,a,b) private(i) { #pragma omp for for (i=0; i