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