#include <math.h>
#include <stdio.h>
#include <errno.h>
int main() {
printf( "errno=%d\n", errno
);
printf( "errno=%d\n", errno
); }
I2luY2x1ZGUgPG1hdGguaD4KI2luY2x1ZGUgPHN0ZGlvLmg+CiNpbmNsdWRlIDxlcnJuby5oPgoKaW50IG1haW4oKSB7CgogICAgcG93KDAsIDApOwogICAgcHJpbnRmKCAiZXJybm89JWRcbiIsIGVycm5vICk7CgogICAgcG93KC0xLCAtMC41KTsKICAgIHByaW50ZiggImVycm5vPSVkXG4iLCBlcnJubyApOwp9Cgo=