mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 09:13:16 +08:00
fix: spaces between include and header file
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
* is a number that is the sum of its own digits raised to the power of the number of digits.
|
||||
* @author iamnambiar
|
||||
*/
|
||||
#include<cassert>
|
||||
#include<iostream>
|
||||
#include<cmath>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <cmath>
|
||||
|
||||
/**
|
||||
* Function to calculate the total number of digits in the number.
|
||||
|
||||
Reference in New Issue
Block a user