![[codeforces] Lucky Division](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FtMNYW%2Fbtqz7oSUPrw%2FAAAAAAAAAAAAAAAAAAAAANsBZ8ICwo_xsGWYF-64_eZrOuYz5FGOsRq0AoRhTydP%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DZD524x69aQUMg8rg6okk9RabFkI%253D)
알고리즘(Python,Java)2019. 11. 29. 13:42[codeforces] Lucky Division
Petya loves lucky numbers. Everybody knows that lucky numbers are positive integers whose decimal representation contains only the lucky digits 4 and 7. For example, numbers 47, 744, 4 are lucky and 5, 17, 467 are not. Petya calls a number almost lucky if it could be evenly divided by some lucky number. Help him find out if the given number n is almost lucky. Input The single line contains an in..