<?php

/**
 * Escreva a sua solução aqui
 * Code your solution here
 * Escriba su solución aquí
 */

$A = (int)trim(fgets(STDIN));
$B = (int)trim(fgets(STDIN));
$SOMA = $A + $B;
echo "SOMA = {$SOMA}\n";
?>

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: