a = gets.to_i if a % 3 == 0 puts "Yes" else puts "No" end