package main import ( "fmt" "strconv" "bufio" "os" ) func main() { var N, a, A, v int N = nextInt() for i:=0; i