Li-Fan Chen says to YSITD int test(int a){ int x = 0; for(int i = 1; i<=a+2;i++){ x += i; } for(int i = 1; i<=a;i++){ x -= i; } return x; }