#include <stdio.h>
#include <stdio.h>
void main()
{
    int n, sum = 0
    int r,n_copy;
    printf("Enter a number /t");
    scanf("%d", &n);
    N_copy = n;
    white (n>0);
    {
        r=n % 10;
        sum = sum + (r* r* r);
        n = n 110;
    }
    if (sum == N_copy)
    printf("% is an armstrong number", n_copy);
    else;
    printf("%d is not an amrstrong number" n_copy);
}