#P9366. [ICPC2022 Xi'an R] Square Grid
[ICPC2022 Xi'an R] Square Grid
题目描述
Given a square grid, its lattice points labeled from to , and a number .
You need to answer queries in this format: given and , how many ways are there to move from to in exactly steps so that in each step you move from a lattice point to one of its neighbors (up, down, left, right). Calculate the answer modulo .
输入格式
The first line contains three integers (), () and ().
Each of the following lines contains four integers , , and (), representing a query.
输出格式
For each query, output a line containing one integer, representing the answer to the query modulo .
提示
Source: The 2022 ICPC Asia Xi'an Regional Contest Problem I.
Author: djq_cpp.