diff --git a/main.cpp b/main.cpp index cfb7423..7b6cf76 100644 --- a/main.cpp +++ b/main.cpp @@ -16,6 +16,11 @@ int main() } else{ cout << b; + } + cout << b; + } + else{ + cout << a; } return 0; }