#include int main(void) { int my_g = 1000; int my_f = 900; my_g++; my_f--; my_f += my_g; return 0; }