News
import java.util.Scanner; public class armstrong { public static void main(String args[]) { Scanner sc=new Scanner(System.in); int num=sc.nextInt(); int temp=num; int ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results