My question is on opening two for loop on mutli-thread

前端 未结 0 769
终归单人心
终归单人心 2021-01-11 23:59

How the folllowing for-loop will be applied to mutli-thread?

for (int i = 0; i < 5; i++) cout << i

for (int j = 5; j < 10; j++) cout << j

相关标签:
回答
  • 消灭零回复
提交回复
热议问题