#include #include int N=2; int main() { int a[N], b[N]; #pragma omp parallel { int i, tid=omp_get_thread_num(); #pragma omp for nowait for (i=0; i