Yaroslav Spesivtsev 1 месяц назад
Родитель a30bd412c0
Сommit b0fed0fa05

@ -5,7 +5,7 @@ using namespace std;
int main() int main()
{ {
cout << "Enter A and B: "; cout << "Enter A and B: ";
int a, b; double a, b;
cin >> a >> b; cin >> a >> b;
cout << "A + B = " << a + b << '\n' cout << "A + B = " << a + b << '\n'
<< "A - B = " << a - b << '\n'; << "A - B = " << a - b << '\n';

@ -32,6 +32,7 @@
<Add option="-Wall" /> <Add option="-Wall" />
<Add option="-fexceptions" /> <Add option="-fexceptions" />
</Compiler> </Compiler>
<Unit filename=".gitignore" />
<Unit filename="main.cpp" /> <Unit filename="main.cpp" />
<Extensions /> <Extensions />
</Project> </Project>

Загрузка…
Отмена
Сохранить