#include
#include
CLIPPER b_hpoj()
{
int gotAproblem = 0;
if( PCOUNT != 1 || !ISARRAY(1) || !ISBYREF(1) )
{
gotAproblem++;
}
if( !gotAproblem && _parinfa(1,0) == 34 )
{
_storc("HP OfficeJet" ,1,1);
_storc("LPT1" ,1,2);
_storc("" ,1,3);
_storc("" ,1,4);
_storc("(s5H" ,1,5);
_storc("(s10H" ,1,6);
_storc("(s1S" ,1,7);
_storc("(s0S" ,1,8);
_storc("(s3B" ,1,9);
_storc("(s0B" ,1,10);
_storc("(s10H" ,1,11);
_storc("(s12H" ,1,12);
_storc("(s1U" ,1,13);
_storc("(s0U" ,1,14);
_storc("(s-1U" ,1,15);
_storc("(s0U" ,1,16);
_storc("&d1D" ,1,17);
_storc("&d@" ,1,18);
_storc("(s16.67H" ,1,19);
_storc("(s10.00H" ,1,20);
_storc("(s1Q" ,1,21);
_storc("(s2Q" ,1,22);
_storc("(10U" ,1,23);
_storc("&l0O" ,1,24);
_storc("&l1O" ,1,25);
_storc("" ,1,26);
_storc("&l2A" ,1,27);
_storc("&l3A" ,1,28);
_storc("&l6D" ,1,29);
_storc("&l8D" ,1,30);
_storc("" ,1,31);
_storc("" ,1,32);
_storc("" ,1,33);
_storc("E" ,1,34);
}
_ret();
}