We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all, create a new branch from the Initial commit of your main branch and name it bug.
Now create a new text file and name it: Add.txt. Ex- AbhayAdd.txt.
Inside this file, write this: int a, b; cin >> a >> b; Now commit this change with this commit message: Took input for addition.
Now again go back to your addition file and write this: cout << (ll) a + b << endl; Commit these changes with this commit message: Output addition.
Now push this branch and make a PR from it.
Now, I am angry with you as you made some unnecessary commits.
So, squash your both above commits into one with this commit message: Addition of two numbers Now again push your changes.
PS: Push nahi karna h, dhakka lagana h.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all, create a new branch from the Initial commit of your main branch and name it bug.
Now create a new text file and name it: Add.txt. Ex- AbhayAdd.txt.
Inside this file, write this: int a, b; cin >> a >> b;
Now commit this change with this commit message: Took input for addition.
Now again go back to your addition file and write this: cout << (ll) a + b << endl;
Commit these changes with this commit message: Output addition.
Now push this branch and make a PR from it.
Now, I am angry with you as you made some unnecessary commits.
So, squash your both above commits into one with this commit message: Addition of two numbers
Now again push your changes.
PS: Push nahi karna h, dhakka lagana h.
The text was updated successfully, but these errors were encountered: