Cod sursa(job #2296751)
Utilizator | Data | 4 decembrie 2018 23:46:22 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | py | Status | done |
Runda | Arhiva de probleme | Marime | 0.14 kb |
N = []
with open ("input.in", "r") as Input:
N = [int(x) for x in Input]
with open ("output.out", "w") as Output:
Output.write(str(N[0]+N[1]))