4 lines
126 B
Text
4 lines
126 B
Text
|
|
open(stand in, "input.txt", stand in channel);
|
||
|
|
open(stand out, "output.txt", stand out channel);
|
||
|
|
print((read int + read int))
|