Problem E. Jzzhu and Apples

时间限制 1000 ms   内存限制 256 MB

Jzzhu has picked n apples from his big apple tree. All the apples are numbered from 1 to n. Now he wants to sell them to an apple store.

Jzzhu will pack his apples into groups and then sell them. Each group must contain two apples, and the greatest common divisor of numbers of the apples in each group must be greater than 1. Of course, each apple can be part of at most one group.

Jzzhu wonders how to get the maximum possible number of groups. Can you help him?

输入数据

A single integer n(1 ≤ n ≤ 105), the number of the apples.

输出数据

The first line must contain a single integer m, representing the maximum number of groups he can get. Each of the next m lines must contain two integers — the numbers of apples in the current group.

If there are several optimal answers you can print any of them.

样例

提交

请先 登录

© 2025 FAQs Contact About