Помогите решить задачу 4
//Dev-C++ (C) #include int main(void) {int i=15; int s=0; while(i!=605) {s=s+i; i=i+5;} printf("%d",s); return 0; }
9 класс