Cod sursa(job #2308843)

Utilizator andu23Macoveanu Andrei Gabriel andu23 Data 27 decembrie 2018 20:39:27
Problema A+B Scor 0
Compilator py Status done
Runda Arhiva de probleme Marime 0.06 kb
x = int(input())
y = int(input())
d = x + y
print (d)