using System;
public class Program
{
public static void Main()
int a1,s1=0;
Console.WriteLine("ye adad be man bgu:");
a1 = Convert.ToInt32(Console.ReadLine());
for (int i =1; i< a1; i++ )
if (a1%i ==0)
s1 += i;
}
if( s1==a1 )
Console.WriteLine("adad kamel hast");
else
Console.WriteLine("adad kamel nist");