j=true 2.times do s=gets.chomp i=s.to_i if !(i>=0 && i<=12345 && i.to_s==s) j=false end end puts j ? :OK : :NG