cf/mirror

Jumping Through the Array

CF
1588F3500· legendary gm8s512 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
5
6 9 -5 3 0
2 3 1 5 4
6
1 1 5
2 1 1
1 1 5
3 1 5
2 1 -1
1 1 5
Output
13
16
11
Sample 2of 3
Input
8
-15 52 -4 3 5 9 0 5
2 4 6 8 1 3 5 7
10
2 2 2
2 5 -1
1 1 8
1 1 5
1 5 8
3 1 6
2 1 50
1 1 8
2 6 -20
1 1 8
Output
61
45
22
461
301
Sample 3of 3
Input
1
1
1
1
1 1 1
Output
1
1588F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…