Microsoft Online Assessment
Anonymous User
982

Given an integer N, return the maximun posible value obtained by deleting '3' digit from the decimal representation of N. N will have atleast one '3'.Ex:

N = 13938 returns 1938
N = -3839 returns -389

Comments (4)