/* * @@name: loop.2c * @@type: C * @@compilable: yes, omp_5.0 * @@linkable: yes * @@expect: success */ #include #define N 100 int main() { float x[N], y[N]; float a = 2.0; for(int i=0;i