示例#1
0
void tpsum1(int cnt)
{
    psum1(a, p, (long) cnt);
}
示例#2
0
void tpsum1(long cnt)
{
    psum1(a, p, (long) cnt);
}