Где ошибка? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Где ошибка?

#include <iostream> using namespace std; int main() { int a=7; int b=8; int c=9; int d=c+1; int e=d+1; int num=b*c; if (a+b+c+d+e>b*c) { cout<<" Get some"; } else { cout<<"Friddrix"; } return 0; } #include <iostream> using namespace std; int main() { int a=7; int b=8; int c=9; int d=c+1; int e=d+1; int num=b*c; while (a+b+c+d+e<b*c) { cout<<"QsD"<<num<<endl; } return 0; }

19th Feb 2018, 1:13 PM
Йегрес
1 Answer
0
это две отдельные программы? Если нет, то я могу сказать в чем ошибка
20th Feb 2018, 8:59 AM
Георгий Вавилов
Георгий Вавилов - avatar