Исходя из вашего запроса: без отрицания k #include <iostream> using namespace std; int main() { int a,k,s,x; for (k=0; k<20; k++) { s +=((-1)*(k+1)*x^k)/3^k; } cout << s << endl; system("pause"); // или _getch(); return 0; }
с отрицанием k #include <iostream> using namespace std; int main() { int a,k,s,x; for (k=0; k<20; k++) { s +=((-1)*(k+1)*x^k)/3^k; } cout << s << endl; system("pause"); // èëè _getch(); return 0; } и формулируйте вопрос корректнее. в обоих решениях k=0 изначально
avdoyan6621
29.04.2020
Class RandomFile{ public static void main(String args[]){ char charArray[] = {'а','р','й','о','ш','з','б','э','ж','ы','л'}; java.util.Scanner in = new java.util.Scanner(System.in); String lineSeperator = System.getProperty("line.separator"); System.out.print("Количество строк: "); int stringsAmount = in.nextInt(); System.out.print("Название файла: "); String fileName = in.nextLine(); fileName = in.nextLine(); fileName = fileName+".txt";
без отрицания k
#include <iostream>
using namespace std;
int main()
{
int a,k,s,x;
for (k=0; k<20; k++)
{
s +=((-1)*(k+1)*x^k)/3^k;
}
cout << s << endl;
system("pause"); // или _getch();
return 0;
}
с отрицанием k
#include <iostream>
using namespace std;
int main()
{
int a,k,s,x;
for (k=0; k<20; k++)
{
s +=((-1)*(k+1)*x^k)/3^k;
}
cout << s << endl;
system("pause"); // èëè _getch();
return 0;
}
и формулируйте вопрос корректнее.
в обоих решениях k=0 изначально