int main(void){ int a = 3, b = -4; int c = a-b; return c; }