#include<stdio.h>
int main()
{
int n,r,sum=0,temp;
printf(“enter the number = “);
scanf(”%d”,&n);
temp=n;
while(n>0)
{
r=n%10;
sum=sum+(rrr);
n=n/10;
}
if(temp==sum)
printf("TRUE ");
else
printf("FALSE ");
return 0;
}
This is my code …In online IDE my code is running but in contest its failing