Skip to content

Commit d6abff8

Browse files
committed
docs: update explanation why to import iostream
1 parent 9982285 commit d6abff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/ncr_modulo_p.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
#include <cassert> /// for assert
13-
#include <iostream> /// for io operations
13+
#include <iostream> /// for std::cout
1414
#include <vector> /// for std::vector
1515

1616
/**

0 commit comments

Comments
 (0)