mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 23:15:52 +08:00
Update math/check_amicable_pair.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
*
|
||||
* @author [iamnambiar](https://github.com/iamnambiar)
|
||||
*/
|
||||
#include <cassert> // for assert
|
||||
#include <iostream> // for cout
|
||||
#include <cassert> /// for assert
|
||||
#include <iostream> /// for cout
|
||||
|
||||
/**
|
||||
* @brief Mathematical algorithms
|
||||
|
||||
Reference in New Issue
Block a user