Сравнить коммиты
Ничего общего в коммитах. '09aa4209b5cb412e2ed2a725cd79b8c6f8a29a17' и '9ca17cef47314b338b62701afd8179184b5c69e3' имеют совершенно разные истории.
09aa4209b5
...
9ca17cef47
@ -1,3 +0,0 @@
|
|||||||
/bin
|
|
||||||
/obj
|
|
||||||
*.layout
|
|
@ -1,24 +0,0 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <vector>
|
|
||||||
#include <iomanip>
|
|
||||||
#include <limits>
|
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
int main() {
|
|
||||||
cout << "Enter A and B: ";
|
|
||||||
int a, b;
|
|
||||||
cin >> a >> b;
|
|
||||||
cout << "A + B = " << a + b << '\n';
|
|
||||||
cout << "A - B = " << a - b << '\n';
|
|
||||||
cout << "A : B = " << a / b << '\n';
|
|
||||||
cout << "A * B = " << a * b << '\n' ;
|
|
||||||
cout << "A % B = " << a % b << '\n' ;
|
|
||||||
cout << "Max = " << max(a, b) << '\n';
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
||||||
<CodeBlocks_project_file>
|
|
||||||
<FileVersion major="1" minor="6" />
|
|
||||||
<Project>
|
|
||||||
<Option title="project" />
|
|
||||||
<Option pch_mode="2" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Build>
|
|
||||||
<Target title="Debug">
|
|
||||||
<Option output="bin/Debug/project" prefix_auto="1" extension_auto="1" />
|
|
||||||
<Option object_output="obj/Debug/" />
|
|
||||||
<Option type="1" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-g" />
|
|
||||||
</Compiler>
|
|
||||||
</Target>
|
|
||||||
<Target title="Release">
|
|
||||||
<Option output="bin/Release/project" prefix_auto="1" extension_auto="1" />
|
|
||||||
<Option object_output="obj/Release/" />
|
|
||||||
<Option type="1" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-O2" />
|
|
||||||
</Compiler>
|
|
||||||
<Linker>
|
|
||||||
<Add option="-s" />
|
|
||||||
</Linker>
|
|
||||||
</Target>
|
|
||||||
</Build>
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-Wall" />
|
|
||||||
<Add option="-fexceptions" />
|
|
||||||
</Compiler>
|
|
||||||
<Unit filename="main.cpp">
|
|
||||||
<Option target="Debug" />
|
|
||||||
</Unit>
|
|
||||||
<Extensions>
|
|
||||||
<lib_finder disable_auto="1" />
|
|
||||||
</Extensions>
|
|
||||||
</Project>
|
|
||||||
</CodeBlocks_project_file>
|
|
Загрузка…
Ссылка в новой задаче