4 lines
118 B
Text
4 lines
118 B
Text
(: Standard input-output streams :)
|
|
use std, array
|
|
Cfunc scanf "%d%d" (&val int a) (&val int b)
|
|
printf "%d\n" (a + b)
|