Introducció (01). X80436


Statement
 

pdf   zip

html

Feu un programa que demani 3 valors per l’entrada estàndard i n’escrigui la suma per pantalla.

Entrada

3 enters.

Sortida

La suma dels 3 enters.

Public test cases
  • Input

    1
    2
    3
    
    

    Output

    6
    
  • Input

    2 
    -3 
    8
    

    Output

    7
    
  • Information
    Author
    Jaume Baixeries
    Language
    Catalan
    Official solutions
    Python R
    User solutions
    Python R