Fast Squarier Transform
Проста
Обмеження на час виконання 2 секунди
Обмеження на використання пам'яті 256 мегабайтів
You are given two arrays of integers and .
Find the following value:
Note that denotes the maximum integer not exceeding , and denotes the absolute value of .
Вхідні дані
The first line of the input contains integers ().
The second line of the input contains integers (, ).
The third line of the input contains integers (, ).
Вихідні дані
Print a single integer — the sum from the statement.
Приклади
Вхідні дані #1
Відповідь #1
Вхідні дані #2
Відповідь #2
Примітка
In the first sample the answer is .
In the second sample, the answer is .
Відправки 19
Коефіцієнт прийняття 47%