diff --git a/main.cpp b/main.cpp index 199ba9f..669e481 100644 --- a/main.cpp +++ b/main.cpp @@ -14,4 +14,10 @@ int main() else { cout << b; } + if (a < b) { + cout << a; + } + else { + cout << b; + } } \ No newline at end of file