#Lutece0061. 我被调用了多少次
我被调用了多少次
Migrated from Lutece 61 我被调用了多少次
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
编写一个函数,该函数能够判断传递过来的数是否是素数,并返回自身是被第几次调用。要求不用全局变量。
Input
第一行是整数,表示下一行数据的个数,,每个数据的位数不超过位。
Output
输出两个整数,用空格隔开。第一个数表示判断出的素数个数,第二个数表示函数被调用的次数。
Samples
5
1 2 3 4 5
3 5
Resources
wxiaoping C语言上机实验