Сравнить коммиты

...

3 Коммитов

Автор SHA1 Сообщение Дата
Alice (GoloshchapovDY) a8a23d7c9c Merge branch 'double' into main
1 год назад
Alice (GoloshchapovDY) 5e01991aac code: double
1 год назад
Alice (GoloshchapovDY) e869ca02b7 code: double
1 год назад

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

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

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