串行程序1 个 Worker · 256 次顺序访问01for (int i = 0; i < 256; i++) {02c[i] = a[i] + b[i];03}CPUCPU WORKERi = 000