final product
This commit is contained in:
Binary file not shown.
BIN
build/ComputePi
BIN
build/ComputePi
Binary file not shown.
9
main.cpp
9
main.cpp
@@ -70,8 +70,11 @@ int main() {
|
|||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{std::cout << "file piShape.txt not found or could not be opened" << std::endl;}
|
else{
|
||||||
|
std::cout << "file piShape.txt not found or could not be opened" << std::endl << "3.";
|
||||||
// std::cout << threadSafeMap->find(i);
|
for (int i = 1; i <= 1000; i++){
|
||||||
|
std::cout << threadSafeMap->find(i);
|
||||||
|
}
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user