Skip to content

Instantly share code, notes, and snippets.

@Shinoryo
Created February 18, 2021 11:48
This is my code of Problem A of AtCoder Beginner Contest 180.
n, a, b = [int(i) for i in input().split()]
print(n-a+b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment