#include int main() { int i = INT_MIN; int j = -i; return j; }