Exemplo n.º 1
0
void tpsum1(int cnt)
{
    psum1(a, p, (long) cnt);
}
Exemplo n.º 2
0
void tpsum1(long cnt)
{
    psum1(a, p, (long) cnt);
}