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