Skip to content

Instantly share code, notes, and snippets.

@Isopach
Created October 7, 2019 02:32
Show Gist options
  • Save Isopach/9ca2016254e732dbb8f14e0ad12e8a7f to your computer and use it in GitHub Desktop.
Save Isopach/9ca2016254e732dbb8f14e0ad12e8a7f to your computer and use it in GitHub Desktop.
Balsn ctf: ppm 1
for i in range(int(input())):
a,b=map(int,input().split())
print(a+b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment