// No.1550 nullくんの町清掃 / null's Town Cleaning package main import ( "fmt" ) func main() { var n uint64 fmt.Scan(&n) fmt.Println(n % 1000000007) }