#include <stdio.h>
int main(void) {
// your code goes here
union {
float f;
int i;
} x;
x.f=(float)2147483647;
x.f-=1.0;
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CiAgICAgCmludCBtYWluKHZvaWQpIHsKICAgIC8vIHlvdXIgY29kZSBnb2VzIGhlcmUKICAgIHVuaW9uIHsKCSAgICBmbG9hdCBmOwoJICAgIGludCBpOwogICAgfSB4OwogICAgeC5mPShmbG9hdCkyMTQ3NDgzNjQ3OwogICAgcHJpbnRmKCIweCV4XG4iLCB4LmkpOwogICAgeC5mLT0xLjA7CiAgICBwcmludGYoIjB4JXhcbiIsIHguaSk7CiAgICByZXR1cm4gMDsKfQ==