icp/oer/courses/c-openmp/sections/03-debugging/02-race/content.html

4 lines
234 B
HTML

<p>Some mistake snuck into the code below: it should output the number 168 with each execution but instead it mostly returns numbers just below 168.</p>
<p>Use one of the constructs you learned about in our introduction section.</p>