mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
File clean-up
This commit is contained in:
parent
df24845286
commit
f0bb982627
@ -1,4 +1,13 @@
|
||||
/**
|
||||
* Modified on 07/12/2017, Kyler Smith
|
||||
*
|
||||
* A number is called strong number if sum of the
|
||||
* factorial of its digit is equal to number itself.
|
||||
*/
|
||||
|
||||
#include<stdio.h>
|
||||
|
||||
|
||||
void strng(int a)
|
||||
{
|
||||
int j=a;
|
Loading…
Reference in New Issue
Block a user