We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
编写一个程序,找出小于等于指定数字的所有素数。
输入输出格式要求:
要求每个数后面都要输出逗号,
请不要输出其他字符
例如:
输入:5
输出:2,3,5,