package main import "fmt" func main() { var s, f int fmt.Scan(&s, &f) if f%s == 0 { fmt.Println(f/s) } else { fmt.Println(f/s + 1) } }