Cod sursa(job #3129659)
Utilizator | Data | 15 mai 2023 14:44:54 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | py | Status | done |
Runda | Lista lui wefgef | Marime | 0.12 kb |
with open("adunare.in","r") as f:
with open("adunare.out","w") as g:
g.write(str(sum(map(int,f.read().split()))))