problem05.go 87 B

1234567
  1. package main
  2. import "fmt"
  3. func main() {
  4. fmt.Println(2520 * 11 * 13 * 17 * 19 * 2)
  5. }