#include int main() { int t, j; for (t=j=0; t<5; t++){ j+=t; } return 0; }