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