mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 23:23:05 +08:00
Update math/check_amicable_pair.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -71,7 +71,7 @@ static void tests() {
|
||||
assert(math::are_amicable(17296, 18416) == true);
|
||||
assert(math::are_amicable(18416, 17296) == true);
|
||||
|
||||
std::cout << "all tests have passed" << std::endl;
|
||||
std::cout << "All tests have successfully passed!" << std::endl;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user