Update math/check_amicable_pair.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
ewd00010 2023-06-01 22:50:14 +01:00 committed by GitHub
parent 55d9e6d7a9
commit bdd1cff1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
* @author [iamnambiar](https://github.com/iamnambiar)
*/
#include <cassert> /// for assert
#include <iostream> /// for cout
#include <iostream> /// for IO operations
/**
* @brief Mathematical algorithms