moreover's picture
first commit
acd4009
raw
history blame contribute delete
80 Bytes
<?php
list($a, $b) = explode(" ", readline());
echo ((int)$a + (int)$b) . "\n";