package main;
import "fmt";

// Résultat attendu : 42
func main() {
     fmt.Print(40 - 2 - (3 + 1) * 4 / 8 + 6)
     };

