练习专区

今天的一小步就是明天的一大步
Problem 1783 素数解
Accepted: 7   Total Submit: 18
Time Limit: 1000ms   Memory Limit: 30720KB
Description
在1~100中找出x+y=100的所有素数解。
Input
Output
输出解对,每行一对。要求x Sample Input
Sample Output
3 97
……
47 53
Hint
提交     返回