#include int main (int argc, char *argv[]) { int i; int j = 0; for (i = i; i <= 30; i++) { j += i; printf ("%d ", j); } printf ("\n"); return 0; }