Sorry! Posting Assignment is allowed only for commercial accounts.
#includestdio.hint main() { int x=2, y=1; x*=x+y; printf("%d\n", x); return 0;}