Помогите пожалуйста. P.S. С++
6)for (i=1; i<=50; i=i+4)<br>{ x+=i; } cout <<x;<br> 7)for (i=1; i<=12: i++)<br>{ S=2*pow (2;i); S+=S; } cout <<S;