Update math/magic_number.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija 2020-10-21 10:37:32 +05:30 committed by GitHub
parent fe538baac4
commit 676db2e57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@
* sum will be 1, thus verifying that it is a magic number. * sum will be 1, thus verifying that it is a magic number.
* @author [Neha Hasija](https://github.com/neha-hasija17) * @author [Neha Hasija](https://github.com/neha-hasija17)
*/ */
#include <cassert> #include <cassert> /// for assert
#include <iostream> #include <iostream> /// for io operations
/** /**
* Function to check if the given number is magic number or not. * Function to check if the given number is magic number or not.