@ -5,11 +5,9 @@ using namespace std;
int main()
{
cout << "Enter A and B: " << endl;
int a, b, c; d;
int a, b;
c = a + b;
cin >> a >> b;
d = a - b;
cout << "A + B = " << a + b << '\n' << "A - B = " << a - b << '\n';
count << c;
count << d;
return 0;
}
@ -32,6 +32,9 @@
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename=".gitignore">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="main.cpp" />
<Extensions>
<lib_finder disable_auto="1" />