Этот коммит содержится в:
2024-03-24 16:39:22 +03:00
родитель 391bee208f
Коммит 405b27c72e
3 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

Просмотреть файл

@@ -4,5 +4,5 @@ int main(){
int a,b; int a,b;
cout<<"enter A and B"; cout<<"enter A and B";
cin>> a>>b; cin>> a>>b;
cout<<"A+B= "<<a+b<<'\n'<<"A-B= "<<a-b<<'\n'<<"A*B= "<<a*b<<'\n'; cout<<"A+B= "<<a+b<<'\n'<<"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>
<lib_finder disable_auto="1" /> <lib_finder disable_auto="1" />