uses math; begin if power(0,0)<>1 then halt(1); if intpower(0,0)<>1 then halt(1); writeln('ok'); end.