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

4 lines
234 B
HTML
Raw Normal View History

2018-05-05 22:18:02 +00:00
<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>