Skip to content

Commit bdd1cff

Browse files
Update math/check_amicable_pair.cpp
Co-authored-by: David Leal <[email protected]>
1 parent 55d9e6d commit bdd1cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/check_amicable_pair.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author [iamnambiar](https://github.com/iamnambiar)
1616
*/
1717
#include <cassert> /// for assert
18-
#include <iostream> /// for cout
18+
#include <iostream> /// for IO operations
1919

2020
/**
2121
* @brief Mathematical algorithms

0 commit comments

Comments
 (0)