digits is a
-level prime pair certificate. Leading zeroes are not permitted.
Given two integers and
, compute the smallest
-level prime pair certificate greater than or equal to
.
Constraints
The output will never exceed .
There are no subtasks for this problem.
Input Specification
The input will consist of two positive space separated integers, and
.
Output Specification
Output the smallest -level prime pair certificate greater than or equal to
.
Sample Input
2 11328
Sample Output
11329
Comments