Problem U
Multiplication Table
In an
The multiplication table is a matrix where the value of the
Input
The first and only line contains the integers
Output
Output the number of times
Scoring
Your solution will be tested on a set of test groups, each worth a number of points. To get the points for a test group you need to solve all test cases in the test group.
Group |
Points |
Constraints |
|
|
|
|
|
No additional constraints |
Explanation of sample 1
The number
Sample Input 1 | Sample Output 1 |
---|---|
10 24 |
4 |
Sample Input 2 | Sample Output 2 |
---|---|
1000000 714 |
16 |