NO DOC
#include <iostream>
#include <stdlib.h>
#include <givaro/givinteger.h>
#include <givaro/givintprime.h>
#include <givaro/givtimer.h>
using namespace Givaro;
int main(
int argc,
char** argv)
{
if (argc > 1) m =
Integer(argv[1]);
{
std::cout << a << std::endl;
std::cerr << tim << std::endl;
}
{
if (a) std::cout << "is " << p << "^" << a << std::endl;
else std::cout << "not a prime power" << std::endl;
std::cerr << tim << std::endl;
}
return 0;
}