package main

import "fmt"

func main() {
	fmt.Print("r")

	for {
		fmt.Print("e")
	}
}