VLJVFT6WPTQHAYLJQFDS4NIJ7FYURTEFTC5ZSKSCV3KQUBXY27VAC
HSJSKGY7352JHEI4LAMO3F2RCZTVI5ZKQUCHU4UYCTLD7EGL3FQAC
G5KXCVILVVZVQAAVLZQJ2OKJ6LHNICSSKLDNCA3LXVUAMPWJDYRQC
import ( "fmt" "os")const debug = true
import (
"fmt"
"os"
)
const debug = true
func debugPrinter(format string, a ...interface{}) { if debug { fmt.Fprintf(os.Stderr, format+"\n", a...) }}
func debugPrinter(format string, a ...interface{}) {
if debug {
fmt.Fprintf(os.Stderr, format+"\n", a...)
}
//debugPrinter("len(scores): %d, height: %v int(height): %d", len(tc.scores), height, int(height))