#include <iostream>

const int m = -2147483648;

int main(){
    if ( m > 0) std::cout << "Yep" << std::endl;    

}