CF1626F A Random Code Problem
Description
You are given an integer array $ a_0, a_1, \dots, a_{n - 1} $ , and an integer $ k $ . You perform the following code with it:
```
``` long long ans = 0; // create a 64-bit signed variable which is initially equal to 0
for(int i = 1; i
Input Format
N/A
Output Format
N/A
Explanation/Hint
The array in the first example test is $ [10, 35, 22] $ . In the second example, it is $ [15363, 1418543] $ .