{ public static void main(String args[]) { Scanner Sc=new Scanner(System.in); int n,d,len,d1,d2; n=Sc.nextInt(); d=Sc.nextInt(); len=(int)Math.log10(n)+1; d2=n%(int ...
walterxie changed the title Add math functions: abs, floor, ceil, round Remove java class for math functions e.g. abs, floor, ceil, round Aug 17, 2022 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results