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