0
int sn(int n)
{
int i, s;
for (i = 1, s = 0; i <= n; i++)
s += i;
return s;
}
12th Mar 2018, 9:02 AM
Вадим Сухотин (Vadim Sukhotin)
Often have questions like this?
Learn more efficiently, for free:
Hot today
Should I learn Kotlin?
2 Votes
Как решить?
0 Votes
is my code ok?
0 Votes
Python multiprocessing module
0 Votes
PRO for students
0 Votes
Course related help
0 Votes
How to add a background image?
0 Votes