Bài 1: Tính S(n) = + + + + n #include #include int main() { int i, n; long S; S = 0; i = 1; printf("\nNhap n: "); scanf("%d", &n); while(i